Skip to content

Commit e55217d

Browse files
author
Frodo Podschwadek
committed
Correct file path in example command and add note to highlight it.
1 parent 77f0b41 commit e55217d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ For now, there's only one measly example but more (for more complex cases) will
2929
Here, CATPOD uses the [test playbook](https://github.com/fpodschwadek/catpod/blob/main/test.yml) to create a container from the Docker `hello-world` image remove itself when done.
3030

3131
```bash
32-
docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ./test.yml:/tmp/test.yml --rm fpod/catpod test.yml
32+
docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ./test.yml:/tmp/test.yml --rm fpod/catpod /tmp/test.yml
3333
```
3434

35+
Note that the file path used at the end of this command refers to the path inside the CATPOD container the file was mounted to, in this case `/tmp/text/yml`.
36+
3537
## Vault
3638

3739
You can use CATPOD to encrypt data with Ansible Vault by using the `vault` followed by anything you would use with locally installed `ansbile-vault`. For example, you can use the following command to encrypt a string:

0 commit comments

Comments
 (0)