v86/tools/docker
Nitin Tejuja 0615be5d60
Fixed issue #632 async/await (#633)
Co-authored-by: Fabian <copy@copy.sh>
2022-07-25 14:55:07 +02:00
..
debian Fixed issue #632 async/await (#633) 2022-07-25 14:55:07 +02: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.