×

Zariga Tongy's video: how to install podman in ubuntu debian

@how to install podman in ubuntu debian
Reference Blog: https://8gwifi.org/docs/podman-install.jsp How to Install Podman in Linux debian ubuntu Podman installation from scratch build libpod apt -y update apt -y iproute2 sudo apt -y install \ vim \ curl \ gcc \ make \ cmake \ git \ btrfs-progs \ golang-go \ go-md2man \ iptables \ libassuan-dev \ libc6-dev \ libdevmapper-dev \ libglib2.0-dev \ libgpgme-dev \ libgpg-error-dev \ libostree-dev \ libprotobuf-dev \ libprotobuf-c-dev \ libseccomp-dev \ libselinux1-dev \ libsystemd-dev \ pkg-config \ runc \ uidmap \ libapparmor-dev install GOLANG export GOPATH=~/go git clone https://go.googlesource.com/go $GOPATH cd $GOPATH git checkout tags/go1.10.8 # optional cd src ./all.bash export PATH=$GOPATH/bin:$PATH Install conmon cd ~ git clone https://github.com/containers/conmon cd conmon export GOCACHE="$(mktemp -d)" make sudo make podman sudo cp /usr/local/libexec/podman/conmon /usr/local/bin/ Configure CNI sudo mkdir -p /etc/cni/net.d curl -qsSL https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist | sudo tee /etc/cni/net.d/87-podman-bridge.conf Install CNI Plugins cd ~ git clone https://github.com/containernetworking/plugins.git $GOPATH/src/github.com/containernetworking/plugins cd $GOPATH/src/github.com/containernetworking/plugins ./build_linux.sh Add Podman configuration registries,policy cd ~ sudo mkdir -p /etc/containers sudo curl https://raw.githubusercontent.com/projectatomic/registries/master/registries.fedora -o /etc/containers/registries.conf sudo curl https://raw.githubusercontent.com/containers/skopeo/master/default-policy.json -o /etc/containers/policy.json Install PODMAN cd ~ git clone https://github.com/containers/libpod/ $GOPATH/src/github.com/containers/libpod cd $GOPATH/src/github.com/containers/libpod make BUILDTAGS="selinux seccomp" sudo make install PREFIX=/ Grab 9 book : https://leanpub.com/b/9book Learning: https://8gwifi.org

4

1
Zariga Tongy
Subscribers
7.9K
Total Post
559
Total Views
69.1K
Avg. Views
1.1K
View Profile
This video was published on 2019-12-12 11:28:35 GMT by @Zariga-Tongy on Youtube. Zariga Tongy has total 7.9K subscribers on Youtube and has a total of 559 video.This video has received 4 Likes which are lower than the average likes that Zariga Tongy gets . @Zariga-Tongy receives an average views of 1.1K per video on Youtube.This video has received 1 comments which are lower than the average comments that Zariga Tongy gets . Overall the views for this video was lower than the average for the profile.Zariga Tongy # has been used frequently in this Post.

Other post by @Zariga Tongy