container: support setting docker command
This commit is contained in:
@@ -148,6 +148,11 @@ argument_specs:
|
||||
type: list
|
||||
required: false
|
||||
elements: str
|
||||
docker_command:
|
||||
description: "Docker command as list of arguments or command and arguments"
|
||||
type: list
|
||||
required: false
|
||||
elements: str
|
||||
docker_network_mode:
|
||||
description: "Docker container network mode"
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user