Jeremy Zheng 30487c32e1 :wrench: add mint docker il y a 1 an
..
mint 30487c32e1 :wrench: add mint docker il y a 1 an
spring 30487c32e1 :wrench: add mint docker il y a 1 an
.gitignore 2d48cbb511 :truck: recover docker & deploy from v3 il y a 1 an
README.md 2d48cbb511 :truck: recover docker & deploy from v3 il y a 1 an
registries.conf 2d48cbb511 :truck: recover docker & deploy from v3 il y a 1 an
storage.conf 2d48cbb511 :truck: recover docker & deploy from v3 il y a 1 an

README.md

Usage

Podman setup

# 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 commands

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