Skip to content

Commit

Permalink
Updated readme file for optional command and added args
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarrios committed Dec 17, 2019
1 parent ad193b6 commit 827f87c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ The pot task driver supports the following parameters:

* `tag` - Version of the image.

* `commad` - Command that is going to be executed once the jail is started.
* `commad` - Command that is going to be executed once the jail is started. (optional)

* `args` - Array of arguments to append to the command. (Depends on command beeing set)

* `network_mode` - (Optional) Defines the network mode of the pot. Default: **"public-bridge"**

Expand Down

0 comments on commit 827f87c

Please sign in to comment.