summaryrefslogtreecommitdiff
path: root/transfer.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-09-07 09:31:40 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-07 17:47:45 +0000
commit6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b (patch)
tree5aeae7b5ad9aba4a7aa43546acc720d9ea53ab1c /transfer.md
parentf0c962282b634b5103952b2130addbc71413d0f4 (diff)
downloadpodman-6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b.tar.gz
podman-6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b.tar.bz2
podman-6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b.zip
Change references to cri-o to point at new repository
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1425 Approved by: mheon
Diffstat (limited to 'transfer.md')
-rw-r--r--transfer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer.md b/transfer.md
index 7c8b64b02..00e732265 100644
--- a/transfer.md
+++ b/transfer.md
@@ -88,7 +88,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-incubator/cri-o).|
+| `docker swarm` | podman does not support swarm. We support Kubernetes for orchestration using [CRI-O](https://github.com/kubernetes-sigs/cri-o).|
| `docker system` ||
| `docker volume` | podman does not support volumes. Volumes should be built on the host operating system and then volume mounted into the containers.|