rwasa is a full-featured, high performance, scalable web server written in x86_64.
1.0K
rwasa is a full-featured, high performance, scalable web server. It's written in x86_64 with no external library dependencies.
Dockerfile for this is found here
Run the container mounting a directory with content to host at /var/www
sudo docker run -d -v /path/to/content/dir:/var/www --name rwasa chanux/rwasa
To check whether it worked, find the IP of the container and browse to it.
sudo docker inspect --format='{{.NetworkSettings.IPAddress}}' rwasa
Other fancy docker stuff like binding the container IP to a host IP are left out of this doc :)
Content type
Image
Digest
sha256:3d56e4fc7…
Size
121.4 kB
Last updated
about 11 years ago
docker pull chanux/rwasa