summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-03-05 13:27:30 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-03-14 09:01:30 -0400
commitd033452b3d7397c769d9449128c972b3b9e386b9 (patch)
tree14354d14d6afe67e79b67ed76a36ceac55a9b9b8 /docs/tutorials
parent296c61d896002e8d80597e306dc497d6e41cbb92 (diff)
downloadpodman-d033452b3d7397c769d9449128c972b3b9e386b9.tar.gz
podman-d033452b3d7397c769d9449128c972b3b9e386b9.tar.bz2
podman-d033452b3d7397c769d9449128c972b3b9e386b9.zip
Replace skopeo-containers with containers-common
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Replaces 'skopeo-containers' with 'containers-common' in the files that I feel comfortable changing it in. There are a number of rpm building related files that still have it, but I was hesitant to do so. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/podman_tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md
index 5017e61cd..bfff90016 100644
--- a/docs/tutorials/podman_tutorial.md
+++ b/docs/tutorials/podman_tutorial.md
@@ -34,7 +34,7 @@ acquire the source, and build it.
```console
sudo dnf install -y git runc libassuan-devel golang golang-github-cpuguy83-go-md2man glibc-static \
gpgme-devel glib2-devel device-mapper-devel libseccomp-devel \
- atomic-registries iptables skopeo-containers containernetworking-cni \
+ atomic-registries iptables containers-common containernetworking-cni \
conmon ostree-devel
```
### Building and installing podman