combust-labs / firebuild

Convenience of containers, security of virtual machines
https://combust-labs.github.io/firebuild-docs/
GNU Affero General Public License v3.0
97 stars 7 forks source link

rootfs: build from Docker image #35

Closed radekg closed 3 years ago

radekg commented 3 years ago

The Docker image config file contains all metadata from the Docker file. It is possible to build a rootfs from a Docker image and extract metadata as in the case of the Dockerfile. Implement. After extracting the commands from Docker config, switch to the existing path as the command execution should not differ much from building from the Dockerfile. Investigate further.