diff --git a/docker/1.instala_docker.sh b/docker/1.instala_docker.sh index 56997e8..20ef869 100755 --- a/docker/1.instala_docker.sh +++ b/docker/1.instala_docker.sh @@ -25,4 +25,5 @@ sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y - +# aƱade el usuario curso al grupo docker +usermod -aG docker $USER diff --git a/docker/k8s.sh b/docker/k8s.sh index 7deb94a..eadfde3 100755 --- a/docker/k8s.sh +++ b/docker/k8s.sh @@ -12,4 +12,6 @@ apt upgrade -y ./1.instala_docker.sh + + reboot