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.
- Host: GitHub
- URL: https://github.com/prosenjitjoy/rootless-container---nginx
- Owner: prosenjitjoy
- Created: 2023-01-20T17:33:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T17:57:13.000Z (over 2 years ago)
- Last Synced: 2025-02-11T17:15:24.947Z (8 months ago)
- Topics: buildah, docker-image, nginx, podman, quayio
- Language: Dockerfile
- Homepage: https://quay.io/csjoy/rootless-nginx
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```