README.md 435 B

Usage

sudo apt install crun podman buildah
  • 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/palm-CODE-TIMESTAMP.tar # import image
    
  • Envoy build

    podman pull docker.io/envoyproxy/envoy-dev:latest
    podman run --rm -it docker.io/envoyproxy/envoy-dev:latest