v86/tools/docker
Progyan Bhattacharya 9679e2c00a
(feat) Docker: Add Support for Running inside Docker Container (#501)
* (feat) Docker: Add Support for Running inside Docker Container

Uses Alpine image as base to have minimal size. 2-step build process to get rid of source and library files after compilation and during runtime. Uses Python3 HTTP Server to serve static assets.

Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
2021-07-24 15:07:14 +02:00
..
debian Move docker/ into tools/ 2020-12-31 19:14:34 -06:00
exec (feat) Docker: Add Support for Running inside Docker Container (#501) 2021-07-24 15:07:14 +02:00
test-image update test image dockerfile 2021-07-07 18:31:40 -05:00
README.md (feat) Docker: Add Support for Running inside Docker Container (#501) 2021-07-24 15:07:14 +02:00

Dockerfiles

This directory contains Dockerfile to generate images for various purposes.

debian

To create a Docker image to run Debian inside v86.

exec

To create a Docker image to build and host v86 system and expose in a port (default 8000).

test-image

To create a Docker image that runs v86 tests.