Checking inside the docker for folder sizes:
bash-5.0# du -hs $(ls -d /*) | grep M
1.5M /bin
1.2M /etc
4.0M /lib
168.5M /root
636.9M /usr
1.8M /var
// about 900M
Checking on my computer for the size of the image:
% docker images
container-name version id 37 minutes ago 1.33GB
I'm wondering how can I attribute the missing 400M?