From b3f8eef8d8a83b7acdf7e60a2be72f891b3c83e2 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 30 Jan 2018 09:17:32 -0600 Subject: docs/tutorials/podman_tutorial.md: Add Ubuntu Adding in how to install and run podman on Ubuntu. Signed-off-by: baude Closes: #275 Approved by: baude --- docs/tutorials/podman_tutorial.md | 74 ++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 36 deletions(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index 619e83c35..8402dd74b 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -14,7 +14,8 @@ for Podman until an RPM becomes available. ``` # 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 skopeo-containers containernetworking-cni \ + conmon ``` ### Building and installing podman ``` @@ -24,60 +25,61 @@ for Podman until an RPM becomes available. # sudo make install PREFIX=/usr ``` - +### Building and installing Podman +``` +# git clone https://github.com/projectatomic/libpod/ ~/src/github.com/projectatomic/libpod +# cd ~/src/github.com/projectatomic/libpod +# make +# sudo make install PREFIX=/usr +``` + ## Familiarizing yourself with Podman ### Running a sample container -- cgit v1.2.3-54-g00ecf