Quick installation using Docker - SentryXSI/Codiad GitHub Wiki

Using Dockerized Codiad

Once you've installed Docker, you can start Codiad using one of the various images built by some contributors, like wernight/codiad image:

$ docker run -p 8080:80 wernight/codiad

And open your browser at http://localhost:8080. See that image's README for further details and data persistence.

Note: This docker image is maintained by third party and does not represent any official release from the Codiad team.