Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 595 Bytes

docker-chowdown

Docker image with chowdown in it -- see clarklab/chowdown for more info.

NOTE: it doesn't actually work yet.

Usage

Then you can run a new container, setting port = 4000:

docker run --name chowdown -it \
    -p 4000:4000
    -v $(pwd)\chowdown:/data/chowdown
    didc/docker-chowdown

Disclaimer

This docker image is in no way affiliated with, authorized, maintained or endorsed by Chowdown or anyone else. This is an independent and unofficial project trying to make Chowdown docker-friendly. Use at your own risk.