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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,12 @@ Specify the IPC mode to use. See the [docker run options documentation](https://
293
293
294
294
Example: `host`
295
295
296
+
### `run-labels` (optional, boolean)
297
+
298
+
If set to true, adds useful Docker labels to the container. See [Container Labels](#container-labels) for more info.
299
+
300
+
The default is `true`.
301
+
296
302
### `shell` (optional, array or boolean)
297
303
298
304
Set the shell to use for the command. Set it to `false` to pass the command directly to the `docker run` command. The default is `["/bin/sh", "-e", "-c"]` unless you have provided an `entrypoint` or `command`.
@@ -426,6 +432,26 @@ can be found in https://docs.docker.com/config/containers/resource_constraints/#
426
432
427
433
Example: `0`
428
434
435
+
## Container Labels
436
+
437
+
When running a command, the plugin will automatically add the following Docker labels to the container:
0 commit comments