wiki-how.md
... ...
@@ -114,6 +114,7 @@ supervisord_enable="YES"
114 114
115 115
116 116
How to squash container image with podman
117
+-----------------------------------------
117 118
118 119
```
119 120
podman build --layers --force-rm --squash-all --tag squashedimage - <<< "FROM regsitry/imagetosquash"