|
|
1 yıl önce | |
|---|---|---|
| .. | ||
| alpine | 1 yıl önce | |
| envoy | 1 yıl önce | |
| focal | 1 yıl önce | |
| jammy | 1 yıl önce | |
| spring | 1 yıl önce | |
| .gitignore | 1 yıl önce | |
| README.md | 1 yıl önce | |
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