diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-17 21:49:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17 21:49:10 +0200 |
commit | 00ecbfc1315a62940202574fb45f2ae2f4c48b63 (patch) | |
tree | 6a4c8c755c75d3ee215419dc21b8967f41c97be4 /transfer.md | |
parent | ba612a098c65f11730e8436cdebe86d3b979ddf4 (diff) | |
parent | cb0d89c56e5a6515a2f79e041a0f7e3937ab087d (diff) | |
download | podman-00ecbfc1315a62940202574fb45f2ae2f4c48b63.tar.gz podman-00ecbfc1315a62940202574fb45f2ae2f4c48b63.tar.bz2 podman-00ecbfc1315a62940202574fb45f2ae2f4c48b63.zip |
Merge pull request #2844 from haircommander/cri-o-update
move to cri-o/cri-o and build with containers/conmon
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 df91cdf21..79b6d3461 100644 --- a/transfer.md +++ b/transfer.md @@ -98,7 +98,7 @@ Those Docker commands currently do not have equivalents in `podman`: | `docker secret` || | `docker service` || | `docker stack` || -| `docker swarm` | podman does not support swarm. We support Kubernetes for orchestration using [CRI-O](https://github.com/kubernetes-sigs/cri-o).| +| `docker swarm` | podman does not support swarm. We support Kubernetes for orchestration using [CRI-O](https://github.com/cri-o/cri-o).| | `docker volume` | podman currently supports file volumes. Future enhancement planned to support Docker Volumes Plugins ## Missing commands in Docker |