Sign inSign up

chanux/devd

By chanux

Updated almost 11 years ago

devd: A http daemon for local development.

Image
0

217

chanux/devd repository overview

[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

Running

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

Building

Add the devd binary here and..

docker build -t chanux/devd .

Tag summary

Content type

Image

Digest

sha256:e7cf1f312

Size

3.3 MB

Last updated

almost 11 years ago

docker pull chanux/devd