Skip to content

cburmeister/docker-bones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-bones

Docker, Gunicorn, Redis, Memcached, and PostgreSQL.

  1. Grab the docker client and daemon

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

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

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

    $ ./test.sh
    {
        "hits": "1"
    }

About

Docker, Flask, Gunicorn, Redis, Memcached, and PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published