Jeremy Zheng 687ba5264b :wrench: init dockerfiles 1 년 전
..
backend 687ba5264b :wrench: init dockerfiles 1 년 전
frontend 687ba5264b :wrench: init dockerfiles 1 년 전
laravel 687ba5264b :wrench: init dockerfiles 1 년 전
.gitignore 687ba5264b :wrench: init dockerfiles 1 년 전
README.md 687ba5264b :wrench: init dockerfiles 1 년 전
registries.conf 687ba5264b :wrench: init dockerfiles 1 년 전
storage.conf 687ba5264b :wrench: init dockerfiles 1 년 전

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