hugdubois / godoc-docker

godoc docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godoc-docker

godoc running in Docker.

This container defaults to running godoc -http=:6060.

Run it with this command:

docker run -v $GOPATH:/gopath --net=host -d --name=godoc -p 6060:6060 arschles/docker-godoc

About

godoc docker container

License:Apache License 2.0