mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
Allow for OomScoreAdj
Signed-off-by: plaurent <patrick@saint-laurent.us>
This commit is contained in:
@ -46,6 +46,7 @@ Create a new service
|
||||
| [`--network`](#network) | `network` | | Network attachments |
|
||||
| `--no-healthcheck` | `bool` | | Disable any container-specified HEALTHCHECK |
|
||||
| `--no-resolve-image` | `bool` | | Do not query the registry to resolve image digest and supported platforms |
|
||||
| `--oom-score-adj` | `int64` | `0` | Tune host's OOM preferences (-1000 to 1000) |
|
||||
| [`--placement-pref`](#placement-pref) | `pref` | | Add a placement preference |
|
||||
| [`-p`](#publish), [`--publish`](#publish) | `port` | | Publish a port as a node port |
|
||||
| `-q`, `--quiet` | `bool` | | Suppress progress output |
|
||||
|
@ -59,6 +59,7 @@ Update a service
|
||||
| `--network-rm` | `list` | | Remove a network |
|
||||
| `--no-healthcheck` | `bool` | | Disable any container-specified HEALTHCHECK |
|
||||
| `--no-resolve-image` | `bool` | | Do not query the registry to resolve image digest and supported platforms |
|
||||
| `--oom-score-adj` | `int64` | `0` | Tune host's OOM preferences (-1000 to 1000) |
|
||||
| `--placement-pref-add` | `pref` | | Add a placement preference |
|
||||
| `--placement-pref-rm` | `pref` | | Remove a placement preference |
|
||||
| [`--publish-add`](#publish-add) | `port` | | Add or update a published port |
|
||||
|
Reference in New Issue
Block a user