Skip to content

Commit

Permalink
Update devture/ansible reference (2.17.0-r0-1 -> 2.17.0-r0-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Nov 29, 2024
1 parent fe37ffa commit c2787df
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-1
docker.io/devture/ansible:2.17.0-r0-2
```

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-1
docker.io/devture/ansible:2.17.0-r0-2
```

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 c2787df

Please sign in to comment.