Skip to content

g3rhard/docker-live-image-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-live-image-test

Repo for creating squashfs filesystem from docker images

Build docker image

docker build . -t live-test

Export docker container via mksquashfs file

mksquashfs 4.6

CID=$(docker run -d live-test /bin/true)
docker export ${CID} | mksquashfs - image.squashfs -tar -noappend -comp xz -no-progress

Check mksquashfs file

unsquashfs -ls image.squashfs

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published