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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
95
95
|**image**| string | yes | OCI image (docker is also OCI compatible) for your container. |
96
96
|**command**| string | no | Command to override command defined in the image. |
97
97
|**args**|[]string | no | Arguments to the command. |
98
+
|**entrypoint**| string | no | Overwrite the default ENTRYPOINT of the image. |
98
99
|**cwd**| string | no | Specify the current working directory for your container process. If the directory does not exist, one will be created for you. |
99
100
|**privileged**| bool | no | Run container in privileged mode. Your container will have all linux capabilities when running in privileged mode. |
100
101
|**host_dns**| bool | no | Default (`true`). By default, a container launched using `containerd-driver` will use host `/etc/resolv.conf`. This is similar to [`docker behavior`](https://docs.docker.com/config/containers/container-networking/#dns-services). However, if you don't want to use host DNS, you can turn off this flag by setting `host_dns=false`. |
0 commit comments