China Kassapa afa2ab652d :bug: fix laravel setup há 2 meses atrás
..
alpine 5f0cbb9c0a :wrench: merge alpine image há 1 ano atrás
laravel 7bf776444a :tada: create an empty laraval v12 project há 9 meses atrás
mint afa2ab652d :bug: fix laravel setup há 2 meses atrás
python 4a82079cd3 :bug: add platform support for container há 3 meses atrás
spring db441232f3 :wrench: add python3 docker há 3 meses atrás
.gitignore cc23779dae :wrench: add startup scripts há 3 meses atrás
README.md 124984f24a :wrench: add docker starter há 1 ano atrás
registries.conf 2d48cbb511 :truck: recover docker & deploy from v3 há 1 ano atrás
storage.conf 2d48cbb511 :truck: recover docker & deploy from v3 há 1 ano atrás

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