Skip to content

Commit

Permalink
Upgrade devture/ansible (2.17.0-r0-2 -> 2.18.1-r0-0)
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Dec 8, 2024
1 parent b69cedb commit 5271d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docker run -it --rm \
-w /work \
-v `pwd`:/work \
--entrypoint=/bin/sh \
docker.io/devture/ansible:2.17.0-r0-2
docker.io/devture/ansible:2.18.1-r0-0
```

Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
Expand All @@ -86,7 +86,7 @@ docker run -it --rm \
-v `pwd`:/work \
-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
--entrypoint=/bin/sh \
docker.io/devture/ansible:2.17.0-r0-2
docker.io/devture/ansible:2.18.1-r0-0
```

The above command tries to mount an SSH key (`$HOME/.ssh/id_rsa`) into the container (at `/root/.ssh/id_rsa`).
Expand Down

0 comments on commit 5271d34

Please sign in to comment.