HTML5 version of Wolfenstein3D running in a Docker container
100K+
HTML5 version of Wolfenstein3D running in Docker
It's so easy
git clone https://github.com/srenkens/docker-wolfenstein3d
cd docker-wolfenstein3d/
docker build --tag wolfenstein3d .
docker run --rm -p 8888:80 --name wolfcontainer wolfenstein3d
Point your browser to whatever your docker engine is running. For example, if it's running on localhost: http://localhost:8888/
Content type
Image
Digest
Size
76.6 MB
Last updated
over 10 years ago
docker pull srenkens/wolfenstein3d