diff options
author | Jose Diaz-Gonzalez <email@josediazgonzalez.com> | 2019-05-29 03:55:22 -0400 |
---|---|---|
committer | Jose Diaz-Gonzalez <email@josediazgonzalez.com> | 2019-05-29 03:55:22 -0400 |
commit | cd5bc9c4c5cdc0a51921fae8e58a4b8962cda6e6 (patch) | |
tree | a10897c14f488016d853965054d6dc9de98718db /transfer.md | |
parent | 8649dbdc11bc14feb59794d76ba197771d8a6d51 (diff) | |
download | podman-cd5bc9c4c5cdc0a51921fae8e58a4b8962cda6e6.tar.gz podman-cd5bc9c4c5cdc0a51921fae8e58a4b8962cda6e6.tar.bz2 podman-cd5bc9c4c5cdc0a51921fae8e58a4b8962cda6e6.zip |
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>
Diffstat (limited to 'transfer.md')
-rw-r--r-- | transfer.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/transfer.md b/transfer.md index 79b6d3461..7cfd5a85d 100644 --- a/transfer.md +++ b/transfer.md @@ -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` || |