Statamic using Docker.
Run Statamic in a Docker container!
$ git clone https://github.com/mschwager/docker-statamic.git
$ cd docker-statamic
$ docker build -t statamic .
$ docker run -p 3000:3000 statamic
Then you should be able to visit http://localhost:3000.