An open API service indexing awesome lists of open source software.

https://github.com/prosenjitjoy/rootless-container---nginx

An example of building rootless OCI compliant container image.
https://github.com/prosenjitjoy/rootless-container---nginx

buildah docker-image nginx podman quayio

Last synced: 6 months ago
JSON representation

An example of building rootless OCI compliant container image.

Awesome Lists containing this project

README

          

# Rootless-Container
**An example of building rootless OCI compliant container image.**

Rootless container offers the added benefit of an extra layer of security. Podman makes it easy to build and run rootless containers both inside and out.

**To run locally:**
```
{podman/buildah} pull quay.io/csjoy/rootless-nginx
```