|
|
@ -65,7 +65,7 @@ docker run -it --rm \
|
|
|
|
-w /work \
|
|
|
|
-w /work \
|
|
|
|
-v `pwd`:/work \
|
|
|
|
-v `pwd`:/work \
|
|
|
|
--entrypoint=/bin/sh \
|
|
|
|
--entrypoint=/bin/sh \
|
|
|
|
docker.io/devture/ansible:2.13.6-r0-2
|
|
|
|
docker.io/devture/ansible:2.13.6-r0-3
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
|
|
|
|
Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
|
|
|
|