diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-15 06:22:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 06:22:35 -0700 |
commit | 6e1dab76e2282774d384ec3bc46e314e9b030595 (patch) | |
tree | e16c924d3df31596fdf974aeb73fdcd0400adba4 /docs/podman.1.md | |
parent | d10f68ac95e13535f90d9b643ac2d7530178c21d (diff) | |
parent | 7db2994a81d9f80ac3e3c89beac1973d7be7a738 (diff) | |
download | podman-6e1dab76e2282774d384ec3bc46e314e9b030595.tar.gz podman-6e1dab76e2282774d384ec3bc46e314e9b030595.tar.bz2 podman-6e1dab76e2282774d384ec3bc46e314e9b030595.zip |
Merge pull request #2921 from rhatdan/man
Remove old crio reference from man pages
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r-- | docs/podman.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 11dd50cb6..9c0ca8a7a 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -237,7 +237,7 @@ Images are pulled under `XDG_DATA_HOME` when specified, otherwise in the home di Currently the slirp4netns package is required to be installed to create a network device, otherwise rootless containers need to run in the network namespace of the host. ## SEE ALSO -`containers-mounts.conf(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `buildah(1)`, `crio(8)`, `libpod.conf(5)`, `oci-hooks(5)`, `policy.json(5)`, `subuid(5)`, `subgid(5)`, `slirp4netns(1)` +`containers-mounts.conf(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `buildah(1)`, `libpod.conf(5)`, `oci-hooks(5)`, `policy.json(5)`, `subuid(5)`, `subgid(5)`, `slirp4netns(1)` ## HISTORY Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com> |