China Kassapa 4f4abca170 :bug: add arch support 3 months ago
..
alpine 5f0cbb9c0a :wrench: merge alpine image 1 year ago
laravel 7bf776444a :tada: create an empty laraval v12 project 9 months ago
mint 4f4abca170 :bug: add arch support 3 months ago
python 4f4abca170 :bug: add arch support 3 months ago
spring db441232f3 :wrench: add python3 docker 3 months ago
.gitignore cc23779dae :wrench: add startup scripts 3 months ago
README.md 124984f24a :wrench: add docker starter 1 year ago
registries.conf 2d48cbb511 :truck: recover docker & deploy from v3 1 year ago
storage.conf 2d48cbb511 :truck: recover docker & deploy from v3 1 year ago

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
# https://docs.podman.io/en/stable/markdown/podman.1.html#tmpdir-path
TMPDIR=$HOME/tmp podman load -i images/mint-CODE-TIMESTAMP.tar.xz # import image