From 67341f9783626b024cece0e898ca972cf9af3545 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 26 Jul 2018 13:40:38 +0200 Subject: [PATCH] fix: [docker-host] option ``-e`` is not anymore supported for ``docker login`` --- precise/host/hooks/install.d/70-0k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/host/hooks/install.d/70-0k.sh b/precise/host/hooks/install.d/70-0k.sh index 033fca5..f4ce8a0 100755 --- a/precise/host/hooks/install.d/70-0k.sh +++ b/precise/host/hooks/install.d/70-0k.sh @@ -161,7 +161,7 @@ ln -sfn /etc/ssl/ca.0k.io.pem /etc/docker/certs.d/docker.0k.io/ca.crt service docker restart echo "Login into our server." -docker login -u vm -p iamavm -e vm@0k.io https://docker.0k.io +docker login -u vm -p iamavm https://docker.0k.io sed -ri 's/^#(net\.ipv4\.ip_forward=1)$/\1/g' /etc/sysctl.conf