Docker2Proot/README.md
2017-03-20 12:55:14 +08:00

16 lines
233 B
Markdown

# Docker2Proot
Convert Docker image to proot rootfs.
Simple usage
```bash
# First time.
# get_rootfs_from_docker will generate `rootfs` directory
./get_rootfs_from_docker.sh
...
# `enter.sh` will chroot to rootfs.
./enter.sh
```