Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 361 Bytes

NEMI docker web app

Web app that will scale automatically across several containers

Quick start

Containers:

  • nemi:trusty = ubuntu:trusty + serf ( http://www.serfdom.io )
  • nemi:web = nemi:trusty + nginx + php-fpm
  • nemi:sql = nemi:trusty + percona

Docs

  • build docker images:
$ docker build -t nemi:trusty  .