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
Copy file name to clipboardExpand all lines: docs/job/docker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The job type docker is one of the most important jobs. You can use it to run any
30
30
|type|true|string||Has to be "docker" to run a single Docker container|
31
31
|name|true|string||Name of the job|
32
32
|docker_file|true|string||Path to the `Dockerfile`|
33
-
|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`|
33
+
|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=true`|
34
34
|resources|true|[Resource Configuration](/docs/job/resources.md)||Specify the required resources for your job.|
35
35
|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.|
36
36
|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