We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f983f commit f5a2df8Copy full SHA for f5a2df8
plugin.yaml
@@ -2,7 +2,9 @@ name: docker
2
author: outblocks
3
usage: Docker run plugin
4
description: Run whole stack locally through docker containers
5
-run: $OUTBLOCKS_PLUGIN_DIR/docker_plugin
+cmd:
6
+ default: $OUTBLOCKS_PLUGIN_DIR/docker_plugin
7
+ windows: $OUTBLOCKS_PLUGIN_DIR/docker_plugin.exe
8
actions:
9
- run
10
supports:
0 commit comments