[The resulting container is under 13MB]
Devd is a web server designed specifically for development. It Does live reload by just passing a command line argument. You are hooked but read the rest here
Devd is developed by Aldo Cortesi
Dockerfile on github
Run the container mounting a directory with content from host to /data
docker run -d --name devd -v /path/to/content/dir:/data -p 8080:8080 chanux/devd -p 8080
Note: The host/container ports for devd should be the same as in the example
Add the devd binary here and..
docker build -t chanux/devd .
Content type
Image
Digest
sha256:e7cf1f312…
Size
3.3 MB
Last updated
almost 11 years ago
docker pull chanux/devd