16 lines
233 B
Markdown
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
|
|
```
|