Jeremy Zheng ef4386cf15 :bug: fix spring image hace 1 año
..
alpine b545c9d3ac :truck: merge agile branch hace 1 año
envoy b545c9d3ac :truck: merge agile branch hace 1 año
focal b545c9d3ac :truck: merge agile branch hace 1 año
jammy b545c9d3ac :truck: merge agile branch hace 1 año
spring ef4386cf15 :bug: fix spring image hace 1 año
.gitignore b545c9d3ac :truck: merge agile branch hace 1 año
README.md ef4386cf15 :bug: fix spring image hace 1 año

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