项目作者: cburmeister

项目描述 :
Docker, Flask, Gunicorn, Redis, Memcached, and PostgreSQL
高级语言: Python
项目地址: git://github.com/cburmeister/docker-bones.git
创建时间: 2014-04-04T21:33:53Z
项目社区:https://github.com/cburmeister/docker-bones

开源协议:MIT License

下载


docker-bones

Docker, Gunicorn, Redis, Memcached, and PostgreSQL.

  1. Grab the docker client and daemon

    1. $ brew install boot2docker
    2. $ brew install docker
  2. Now start the docker daemon

    1. $ boot2docker init
    2. $ boot2docker up
  3. Fetch images & start service containers

    1. $ ./start.sh
  4. Test that the web app is working

    1. $ ./test.sh
    2. {
    3. "hits": "1"
    4. }