Sign inSign up

lorieri/deis-docs

By lorieri

Updated almost 11 years ago

Image
0

405

lorieri/deis-docs repository overview

deis-docs

container to test deis docs

how-to

$ git clone https://github.com/deis/deis.git 
$ docker run --rm -t -i -v `pwd`/deis:/deis -p 8000:8000 lorieri/deis-docs
  • or with proxy
$ docker run -e "http_proxy=http://proxy:3128" -e "https_proxy=http://proxy:3128" --rm -t -i -v `pwd`/deis:/deis -p 8000:8000 lorieri/deis-docs

then point your browser to http://localhost:8000

Control+C to exit

Tag summary

Content type

Image

Digest

sha256:3589803f9

Size

194.9 MB

Last updated

almost 11 years ago

docker pull lorieri/deis-docs