Update some Docker image references

This commit is contained in:
Slavi Pantaleev
2021-01-08 16:37:30 +02:00
parent 1dec01095a
commit d7dba0a2ff
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ docker run -it --rm \
-v `pwd`:/work \
-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
--entrypoint=/bin/sh \
devture/ansible:2.9.13-r0
docker.io/devture/ansible:2.9.14-r0
```
The above command tries to mount an SSH key (`$HOME/.ssh/id_rsa`) into the container (at `/root/.ssh/id_rsa`).