You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,6 +47,7 @@ The job type docker is one of the most important jobs. You can use it to run any
46
47
|type|true|string||Has to be "docker" to run a single Docker container|
47
48
|name|true|string||Name of the job|
48
49
|docker_file|true|string||Path to the `Dockerfile`|
50
+
|command|false|string||The command in [exec form](https://docs.docker.com/engine/reference/builder/#cmd) to be used when the container is run. Ignored if `build_only=false`|
49
51
|resources|true|[Resource Configuration](#resource-configuration)||Specify the required resources for your job|
50
52
|build_only|true|boolean|true|If set to true the container will only be build but not run. Use it if you only want to build a container and push it to a registry. See here for how to push to a docker registry.|
51
53
|build_context|false|string||Specify the docker build context. If not set the directory containing the `infrabox.json` file will be used.|
0 commit comments