Jeremy Zheng 5f0cbb9c0a :wrench: merge alpine image 1 gadu atpakaļ
..
alpine 5f0cbb9c0a :wrench: merge alpine image 1 gadu atpakaļ
mint 17163b3536 :bug: fix container name 1 gadu atpakaļ
spring ef4386cf15 :bug: fix spring image 1 gadu atpakaļ
.gitignore 2d48cbb511 :truck: recover docker & deploy from v3 1 gadu atpakaļ
README.md 2d48cbb511 :truck: recover docker & deploy from v3 1 gadu atpakaļ
registries.conf 2d48cbb511 :truck: recover docker & deploy from v3 1 gadu atpakaļ
storage.conf 2d48cbb511 :truck: recover docker & deploy from v3 1 gadu atpakaļ

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