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
- Host: GitHub
- URL: https://github.com/techiescamp/podman
- Owner: techiescamp
- Created: 2021-09-13T09:06:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T04:28:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T02:29:10.310Z (over 1 year ago)
- Topics: containers, devops-tools, podman
- Language: HTML
- Homepage: https://devopscube.com/podman-tutorial-beginners/
- Size: 11.7 KB
- Stars: 24
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)