Jeremy Zheng ef4386cf15 :bug: fix spring image 1 年間 前
..
alpine b545c9d3ac :truck: merge agile branch 1 年間 前
envoy b545c9d3ac :truck: merge agile branch 1 年間 前
focal b545c9d3ac :truck: merge agile branch 1 年間 前
jammy b545c9d3ac :truck: merge agile branch 1 年間 前
spring ef4386cf15 :bug: fix spring image 1 年間 前
.gitignore b545c9d3ac :truck: merge agile branch 1 年間 前
README.md ef4386cf15 :bug: fix spring image 1 年間 前

README.md

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/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