podman build -t puzzle_app_nm . podman tag localhost/puzzle_app_nm localhost:5000/puzzles_app_nm podman push localhost:5000/puzzles_app_nm --tls-verify=false
podman ps
podman exec -it <color #FF0000>nomConteneur</color> bash
Équivalent de Docker Compose
Ajouter :Z au volume
volumes:
- /sysPath:/app/data:Z
Démarrage auto
podman compose up -d podman-compose --podman-run-args='--health-on-failure=restart' up -d podman-compose systemd -a create-unit podman-compose systemd -a register systemctl --user enable --now podman-compose@api