feat: add ability to set container config options during create/clone/upgrade actions
Also add to documentation where possible. Closes dokku/dokku-mongo#131
This commit is contained in:
@@ -65,6 +65,7 @@ dokku postgres:create <service> [--create-flags...]
|
||||
|
||||
flags:
|
||||
|
||||
- `-c|--config-options "--args --go=here"`: extra arguments to pass to the container create command (default: `None`)
|
||||
- `-C|--custom-env "USER=alpha;HOST=beta"`: semi-colon delimited environment variables to start the service with
|
||||
- `-i|--image IMAGE`: the image name to start the service with
|
||||
- `-I|--image-version IMAGE_VERSION`: the image version to start the service with
|
||||
@@ -386,6 +387,7 @@ dokku postgres:upgrade <service> [--upgrade-flags...]
|
||||
|
||||
flags:
|
||||
|
||||
- `-c|--config-options "--args --go=here"`: extra arguments to pass to the container create command (default: `None`)
|
||||
- `-C|--custom-env "USER=alpha;HOST=beta"`: semi-colon delimited environment variables to start the service with
|
||||
- `-i|--image IMAGE`: the image name to start the service with
|
||||
- `-I|--image-version IMAGE_VERSION`: the image version to start the service with
|
||||
@@ -423,6 +425,7 @@ dokku postgres:clone <service> <new-service> [--clone-flags...]
|
||||
|
||||
flags:
|
||||
|
||||
- `-c|--config-options "--args --go=here"`: extra arguments to pass to the container create command (default: `None`)
|
||||
- `-C|--custom-env "USER=alpha;HOST=beta"`: semi-colon delimited environment variables to start the service with
|
||||
- `-i|--image IMAGE`: the image name to start the service with
|
||||
- `-I|--image-version IMAGE_VERSION`: the image version to start the service with
|
||||
|
||||
Reference in New Issue
Block a user