Fix volume definition

This commit is contained in:
Jérémy Leherpeur 2016-12-08 10:29:44 +01:00 committed by GitHub
parent 4c85fe6ea9
commit 16a41a2b92

View File

@ -45,7 +45,7 @@ docker run --rm \
-e PLUGIN_USER=root \
-e PLUGIN_KEY="$(cat ${HOME}/.ssh/id_rsa)" \
-e PLUGIN_SCRIPT=whoami \
-v $(pwd)/$(pwd) \
-v $(pwd):$(pwd) \
-w $(pwd) \
plugins/ssh
```