From 4faf8d88369578746642c9f39e52a1b68583c0c7 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 29 Nov 2018 10:09:24 -0500 Subject: docs/tutorials: add a basic network config Signed-off-by: Vincent Batts --- docs/tutorials/podman_tutorial.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/tutorials') diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index 152d65a59..f11083a9e 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -81,6 +81,12 @@ $ ./build.sh $ sudo mkdir -p /usr/libexec/cni $ sudo cp bin/* /usr/libexec/cni ``` +#### Installing CNI config +Add a most basic network config +```console +mkdir -p /etc/cni/net.d +curl -qsSL https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist | tee /etc/cni/net.d/99-loopback.conf +``` #### Installing runc ```console $ git clone https://github.com/opencontainers/runc.git $GOPATH/src/github.com/opencontainers/runc -- cgit v1.2.3-54-g00ecf