We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6081c13 commit 90d8401Copy full SHA for 90d8401
play-with-docker-setup.sh
@@ -21,6 +21,6 @@ docker swarm init --advertise-addr $(hostname -i) && \
21
# On play-with-docker, clone repo
22
echo && \
23
cd /root && \
24
-git clone https://github.com/pascalandy/docker-stack-this.git --depth 1 && \
+git clone https://github.com/pascalandy/docker-stack-this.git && \
25
cd docker-stack-this && \
26
echo;
0 commit comments