wiki-how.md
... ...
@@ -110,4 +110,11 @@ To run supervisord at boot time, edit /etc/rc.conf or /etc/rc.conf.local to have
110 110
111 111
```
112 112
supervisord_enable="YES"
113
+```
114
+
115
+
116
+How to squash container image with podman
117
+
118
+```
119
+podman build --layers --force-rm --squash-all --tag squashedimage - <<< "FROM regsitry/imagetosquash"
113 120
```
... ...
\ No newline at end of file