From e9773eacf28dcdd5d26c9d8a85627a8395ec68f0 Mon Sep 17 00:00:00 2001 From: trigkeyb Date: Sun, 2 Feb 2025 10:35:09 +0100 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20curso=20a=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/1.instala_docker.sh | 3 ++- docker/k8s.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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