diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-23 08:01:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 08:01:25 -0400 |
commit | 5764693613fc6e3e215eb4ddff68dbe657ba46ca (patch) | |
tree | 2876ab7ea209d22a4b72fe5fe6757593a208c11c | |
parent | b0d1c0fe22da27c88a0e5de11de08d63ef861347 (diff) | |
parent | 2d5d98c047fa05a7c04491d8188e08659a6b6d7f (diff) | |
download | podman-5764693613fc6e3e215eb4ddff68dbe657ba46ca.tar.gz podman-5764693613fc6e3e215eb4ddff68dbe657ba46ca.tar.bz2 podman-5764693613fc6e3e215eb4ddff68dbe657ba46ca.zip |
Merge pull request #11174 from TomSweeneyRedHat/dev/tsweeney/docpodimage
[CI:DOCS] Add link to running ctrimage on enablesysadm
-rw-r--r-- | contrib/podmanimage/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md index b7be328c7..2452d7293 100644 --- a/contrib/podmanimage/README.md +++ b/contrib/podmanimage/README.md @@ -66,3 +66,7 @@ exit the fuse kernel module has not been loaded on your host system. Use the command `modprobe fuse` to load the module and then run the container image. To enable this automatically at boot time, you can add a configuration file to `/etc/modules.load.d`. See `man modules-load.d` for more details. + +### Blog Post with Details + +Dan Walsh wrote a blog post on the [Enable Sysadmin](https://www.redhat.com/sysadmin/) site titled [How to use Podman inside of a container](https://www.redhat.com/sysadmin/podman-inside-container). In it, he details how to use these images as a rootful and as a rootless user. Please refer to this blog for more detailed information. |