mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
document missing container update command
Also reorder the missing update command to better match the container update command (it is in the same management namespace) Signed-off-by: Jose Diaz-Gonzalez <email@josediazgonzalez.com>
This commit is contained in:
@ -91,10 +91,11 @@ Those Docker commands currently do not have equivalents in `podman`:
|
||||
|
||||
| Missing command | Description|
|
||||
| :--- | :--- |
|
||||
| `docker container update` | podman does not support altering running containers. We recommend recreating containers with the correct arguments.|
|
||||
| `docker container rename` | podman does not support `container rename` - or the `rename` shorthand. We recommend using `podman rm` and `podman create` to create a container with a specific name.|
|
||||
| `docker network` ||
|
||||
| `docker node` ||
|
||||
| `docker plugin` | podman does not support plugins. We recommend you use alternative OCI Runtimes or OCI Runtime Hooks to alter behavior of podman.|
|
||||
| `docker rename` | podman does not support rename, you need to use `podman rm` and `podman create` to rename a container.|
|
||||
| `docker secret` ||
|
||||
| `docker service` ||
|
||||
| `docker stack` ||
|
||||
|
Reference in New Issue
Block a user