Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 412 Bytes

docker-mount

Tools to mount/unmount docker images

Preparation for Testing

  • Rebuild docker with following PR.

    moby/moby#13198

  • Start docker with devicemapper graphdriver.

HOW TO TEST

  • Pull image $ docker pull fedora

  • Mount image $ mkdir -p /tmp/image $ docker-mount.sh fedora /tmp/image

  • Unmount image $ docker-umount.sh /tmp/image