Jeremy Zheng 4579955c3e :wrench: upgrade spring image to support sshd 1 سال پیش
..
mint af0a725ec8 :wrench: add php-fcgi support 1 سال پیش
spring 4579955c3e :wrench: upgrade spring image to support sshd 1 سال پیش
.gitignore 2d48cbb511 :truck: recover docker & deploy from v3 1 سال پیش
README.md 2d48cbb511 :truck: recover docker & deploy from v3 1 سال پیش
registries.conf 2d48cbb511 :truck: recover docker & deploy from v3 1 سال پیش
storage.conf 2d48cbb511 :truck: recover docker & deploy from v3 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