Search Docker Hub
twisted-web-server
By ljishen
This is a general-purpose web server which can serve from a filesystem or application resource.
1.2K
docker run --rm -t \ -p 80:80 \ -v `pwd`:/root \ ljishen/twisted-web-server
You can change the port mapping and the directory which serves as the root of the web server.
Content type
Image
Digest
Size
71.9 MB
Last updated
almost 9 years ago
docker pull ljishen/twisted-web-server