How to install and run Podman 4.9 in Linux Mint 22 and create local podman registry
In this video we are going to show how to install and run Podman 4.9.
You need to install Podman manually in Debian/Ubuntu based Operating System either through offline packages or from OS repositories.
1. First check disk space, RAM and Internet connection is needed to download images.
2. install podman using the command "apt install podman".
3. Check Podman status and Podman info.
To start Podman ---- systemctl start podman
To stop Podman ---- systemctl stop podman
To enable Podman ---- systemctl enable --now podman
To disable Podman ---- systemctl disable podman
4. Your First Podman image Hello-World and run the container.
podman pull hello-world:latest
podman run hello-world:latest
5. pull and run registry from docker hub.
6. pull latest ubuntu image and test its working or not.
7. Tag that latest ubuntu image you pulled.
8. After tagging, remove the ubuntu image.
9. Edit registries.conf file to store images in local registry and restart podman
10. Push the taggged image to local registry.
11. Navigate the directory structure and location of podman registry in your machine.
12. Finally try to pull the image from local podman registry.
#installpodman #podmansetup #podman #podmancontainers #localpodmanregistry #pods #podmanlinux #podman4 #podman5