mirror of
https://github.com/docker/cli.git
synced 2026-09-26 09:20:58 -04:00
fix: stray | pipe in docker create --help
Signed-off-by: Hamir <hirehamir@gmail.com>
This commit is contained in:
@@ -87,7 +87,7 @@ Create a new container
|
||||
| `--privileged` | `bool` | | Give extended privileges to this container |
|
||||
| `-p`, `--publish` | `list` | | Publish a container's port(s) to the host |
|
||||
| `-P`, `--publish-all` | `bool` | | Publish all exposed ports to random ports |
|
||||
| `--pull` | `string` | `missing` | Pull image before creating (`always`, `\|missing`, `never`) |
|
||||
| `--pull` | `string` | `missing` | Pull image before creating (`always`, `missing`, `never`) |
|
||||
| `-q`, `--quiet` | `bool` | | Suppress the pull output |
|
||||
| `--read-only` | `bool` | | Mount the container's root filesystem as read only |
|
||||
| `--restart` | `string` | `no` | Restart policy to apply when a container exits |
|
||||
|
||||
Reference in New Issue
Block a user