Custom disk images
How to create custom ext2 images to use as a filesystem for CheerpX
This guide will show you how to configure a Docker container and build it into an ext2
image for use with CheerpX.
1. Create a Dockerfile
For example, the following Dockerfile installs the curl
command-line tool:
Note that the base image’s architecture must be 32-bit x86 (for example, i386
or i686
).