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

https://github.com/techiescamp/podman

Podman examples
https://github.com/techiescamp/podman

containers devops-tools podman

Last synced: over 1 year ago
JSON representation

Podman examples

Awesome Lists containing this project

README

          

# Podman Tutorial Repository

Tutorial Documentation: https://devopscube.com/podman-tutorials/

## Vagrantfile With Podman

The repo contains a Vagrantfile which you can use to learn and test podman. Podman and runc get installed when you bring up the vagrant VM. It uses an ubuntu 20.10 base image.

## Official Resources:

1. Official Website: https://podman.io/
2. Open Source Github repo: https://github.com/containers/podman
3. Podman Compose: https://github.com/containers/podman-compose

## Other Useful Podman Rererences:

1. [Why Dockerless](https://mkdev.me/en/posts/dockerless-part-1-which-tools-to-replace-docker-with-and-why)
2. [Rootless Docker](https://docs.docker.com/engine/security/rootless/)
3. [Boosting Container Security with Rootless Containers](https://blog.aquasec.com/rootless-containers-boosting-container-security)
4. [Podman vs Buildah](https://podman.io/blogs/2018/10/31/podman-buildah-relationship.html)