updated DOCs

This commit is contained in:
Jesse Quinn
2019-11-27 09:59:20 -03:00
parent 453b74ab9c
commit 8acd960634
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ docker run --rm \
-e PLUGIN_HOSTS="127.0.0.1, 127.0.0.2, 127.0.0.3" \
-e PLUGIN_PORTS="22, 23, 24" \
-e PLUGIN_TARGET="./" \
-e PLUGIN_SCRIPT="echo \"Done!\"" \
-e PLUGIN_PRESCRIPT="echo \"Prescript Done!\"" \
-e PLUGIN_POSTSCRIPT="echo \"Postscript Done!\"" \
-e PLUGIN_ARGS="--blocking-io" \
-v $(pwd):$(pwd) \
-w $(pwd) \