Skip to content

Commit 651c075

Browse files
authored
Merge pull request #167 from infosiftr/simpler-dind-example
Use a simpler "dind" example in non-dind images
2 parents 479e477 + ba01099 commit 651c075

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

18.09-rc/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$1" = 'dockerd' ]; then
2424
2525
You probably should use the "dind" image variant instead, something like:
2626
27-
docker run --privileged --name some-overlay-docker -d docker:stable-dind --storage-driver=overlay
27+
docker run --privileged --name some-docker ... docker:dind ...
2828
2929
See https://hub.docker.com/_/docker/ for more documentation and usage examples.
3030

18.09/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$1" = 'dockerd' ]; then
2424
2525
You probably should use the "dind" image variant instead, something like:
2626
27-
docker run --privileged --name some-overlay-docker -d docker:stable-dind --storage-driver=overlay
27+
docker run --privileged --name some-docker ... docker:dind ...
2828
2929
See https://hub.docker.com/_/docker/ for more documentation and usage examples.
3030

19.03-rc/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$1" = 'dockerd' ]; then
2424
2525
You probably should use the "dind" image variant instead, something like:
2626
27-
docker run --privileged --name some-overlay-docker -d docker:stable-dind --storage-driver=overlay
27+
docker run --privileged --name some-docker ... docker:dind ...
2828
2929
See https://hub.docker.com/_/docker/ for more documentation and usage examples.
3030

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$1" = 'dockerd' ]; then
2424
2525
You probably should use the "dind" image variant instead, something like:
2626
27-
docker run --privileged --name some-overlay-docker -d docker:stable-dind --storage-driver=overlay
27+
docker run --privileged --name some-docker ... docker:dind ...
2828
2929
See https://hub.docker.com/_/docker/ for more documentation and usage examples.
3030

0 commit comments

Comments
 (0)