From 827f87cfc0072e82d158c5ba6fb3cf3296d3b072 Mon Sep 17 00:00:00 2001 From: ebarrios Date: Tue, 17 Dec 2019 12:17:43 +0100 Subject: [PATCH] Updated readme file for optional command and added args --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e6d2b3..c6c05cb 100644 --- a/README.md +++ b/README.md @@ -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"**