nbarkhina / DosWasmX

Build your own DOS/Windows machine in the browser
https://www.neilb.net/doswasmx/
MIT License
28 stars 3 forks source link

Containerize #1

Closed OmarStewey closed 5 months ago

OmarStewey commented 5 months ago

Docker Container and Instructions added. This was pushed to my Docker Hub account as a test. It should obviously be in yours. Here are the steps I took:

To run

docker run -p 889:80 omarstewey/neilsdoswasmx

To build

Install Docker Desktop

docker build -t omarstewey/neilsdoswasmx .
docker push omarstewey/neilsdoswasmx