Update components

This commit is contained in:
Slavi Pantaleev
2020-06-06 08:25:27 +03:00
parent b0b744dede
commit 88a4a3ab55
3 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,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.7-r0
devture/ansible:2.9.9-r0
```
The above command tries to mount an SSH key (`$HOME/.ssh/id_rsa`) into the container (at `/root/.ssh/id_rsa`).