diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-01-29 13:30:53 +0100 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-29 15:21:34 +0000 |
commit | 099b5fb6f6fb1397afc664820239a904585ddd04 (patch) | |
tree | ddc48f065990bcaf660e77124b4f3457be32eb85 /transfer.md | |
parent | cc5a6a3cb1b6801a1dd81d983bd79d54df880b88 (diff) | |
download | podman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.gz podman-099b5fb6f6fb1397afc664820239a904585ddd04.tar.bz2 podman-099b5fb6f6fb1397afc664820239a904585ddd04.zip |
Ran spell checker through all man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #269
Approved by: TomSweeneyRedHat
Diffstat (limited to 'transfer.md')
-rw-r--r-- | transfer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer.md b/transfer.md index 101140905..30e277a86 100644 --- a/transfer.md +++ b/transfer.md @@ -81,7 +81,7 @@ Those Docker commands currently do not have equivalents in `podman`: | `docker image` || | `docker network` || | `docker node` || -| `docker plugin` |podman does not support plugins. We recommend you use alternative OCI Runtimes or OCI Runtime Hooks to alter behaviour of podman.| +| `docker plugin` |podman does not support plugins. We recommend you use alternative OCI Runtimes or OCI Runtime Hooks to alter behavior of podman.| | `docker port` || | `docker rename` | podman does not support rename, you need to use `podman rm` and `podman create` to rename a container.| | `docker restart` | podman does not support restart. We recommend that you put your podman containers into a systemd unit file and use it for restarting applications.| |