summaryrefslogtreecommitdiff
path: root/contrib/rootless-cni-infra/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-15 12:21:10 +0200
committerGitHub <noreply@github.com>2020-09-15 12:21:10 +0200
commit3f6045ce20f02257bcab7a51bcd884a5321ca7db (patch)
treec607aa432ee9148f209912266ec6244e4bf29b46 /contrib/rootless-cni-infra/README.md
parent3b4ad9a81d7c2d194f4d3f2686d47d78857b65d7 (diff)
parent155d43631eb9ddadee6f2f277436e35c6ef58406 (diff)
downloadpodman-3f6045ce20f02257bcab7a51bcd884a5321ca7db.tar.gz
podman-3f6045ce20f02257bcab7a51bcd884a5321ca7db.tar.bz2
podman-3f6045ce20f02257bcab7a51bcd884a5321ca7db.zip
Merge pull request #7625 from vrothberg/fix-7617
move `rootless-cni-infra` image to quay.io
Diffstat (limited to 'contrib/rootless-cni-infra/README.md')
-rw-r--r--contrib/rootless-cni-infra/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rootless-cni-infra/README.md b/contrib/rootless-cni-infra/README.md
index 937e057fb..5aa13374b 100644
--- a/contrib/rootless-cni-infra/README.md
+++ b/contrib/rootless-cni-infra/README.md
@@ -16,6 +16,8 @@ Podman then allocates a CNI netns in the infra container, by executing an equiva
The allocated netns is deallocated when the container is being removed, by executing an equivalent of:
`podman exec rootless-cni-infra rootless-cni-infra dealloc $CONTAINER_ID $NETWORK_NAME`.
+The container images live on `quay.io/libpod/rootless-cni-infra`. The tags have the format `$version-$architecture`. Please make sure to increase the version number in the Containerfile (i.e., `ROOTLESS_CNI_INFRA_VERSION`) when applying changes to this directory. After committing the changes, upload the image(s) with the corresponding tag.
+
## Directory layout
* `/run/rootless-cni-infra/${CONTAINER_ID}/pid`: PID of the `sleep infinity` process that corresponds to the allocated netns