Skip to content

codebangkok/podman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

podman

The best free & open source container tools

Manage containers, pods, and images with Podman. Seamlessly work with containers and Kubernetes from your local environment.

Website

brew install podman
podman machine ls
podman machine init
podman machine start
podman info

podman directory

~/.ssh/podman-machine-default
~/.ssh/podman-machine-default.pub
~/.config/containers

Registries

podman machine ssh
vi /etc/containers/registries.conf

Image

podman image search (podman search)
podman image pull (podman pull)
podman image ls (podman images)
podman image rm (podman rmi)
podman image build (podman build)

Container

podman container ls (podman ps)
podman container run (podman run)
podman container rm (podman rm)

Search

podman search mariadb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages