Sign inSign up

elcolio/quokka

By elcolio

Updated almost 11 years ago

Image
1

546

elcolio/quokka repository overview

Quokka Docker container

Running

You'll need a MongoDB instance:

docker pull mongo:latest
docker run -d --name mongo mongo
docker inspect -f '{{ .NetworkSettings.IPAddress }}' mongo

Then you can start Quokka with any of the following environment variables. There are defaults for everything except MONGODB_HOST. Arguments will be passed through to manage.py.

docker run -d \
  --name quokka \
  -p 8000:8000 \
  -e MONGODB_HOST=your_mongo_host \
  -e MONGODB_PORT=your_mongo_port \
  -e POPULATE=true \
  -e ADMIN_USER=myuser \
  -e [email protected] \
  -e ADMIN_NAME="Dr. Zoidberg" \
  elcolio/quokka

Tag summary

Content type

Image

Digest

sha256:7c0bb7cb7

Size

182.8 MB

Last updated

almost 11 years ago

docker pull elcolio/quokka