diff --git a/README.md b/README.md index cc1a60f..297be2c 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ ansible-galaxy collection install community.docker ```bash ansible-playbook playbook.yml --ask-become-pass +``` + +# UTILS + +```bash +cd $(docker volume inspect [NAME] | jq -r '.[0].Mountpoint') ``` \ No newline at end of file