The Linux Mint 21.1 docker image was built with the following steps :
wget https://mirrors.layeronline.com/linuxmint/stable/21.1/linuxmint-21.1-cinnamon-64bit.iso
mkdir rootfs
sudo mount -o loop linuxmint-21.1-cinnamon-64bit.iso rootfs
sudo apt-get install -y squashfs-tools
mkdir unsquashfs
sudo unsquashfs -f -d unsquashfs/ rootfs/casper/filesystem.squashfs
sudo tar -C unsquahsfs -c . | docker import – linux-mint:21.1
Content type
Image
Digest
sha256:4e8256e0f…
Size
2.5 GB
Last updated
over 3 years ago
docker pull tomdesinto/linux-mint:21.1