|
|
há 1 ano atrás | |
|---|---|---|
| .. | ||
| alpine | há 1 ano atrás | |
| mint | há 1 ano atrás | |
| spring | há 1 ano atrás | |
| .gitignore | há 1 ano atrás | |
| README.md | há 1 ano atrás | |
| registries.conf | há 1 ano atrás | |
| storage.conf | há 1 ano atrás | |
# For Ubuntu
sudo apt install crun podman buildah fuse-overlayfs
# For ArchLinux
sudo pacman -S crun podman buildah fuse-overlayfs
Merge file ~/.config/containers/storage.conf and ~/.config/containers/registries.conf
Disable build cache podman build --no-cache NAME
podman image prune # removes all dangling images
podman system reset # clean
podman images # show images
podman ps -a # show containers
podman load -i tmp/mint-CODE-TIMESTAMP.tar.xz # import image