|
|
il y a 1 an | |
|---|---|---|
| .. | ||
| alpine | il y a 1 an | |
| envoy | il y a 1 an | |
| focal | il y a 1 an | |
| jammy | il y a 1 an | |
| spring | il y a 1 an | |
| .gitignore | il y a 1 an | |
| README.md | il y a 1 an | |
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