mschwager / docker-statamic

Statamic using Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statamic using Docker

Run Statamic in a Docker container!

Installing

$ git clone https://github.com/mschwager/docker-statamic.git
$ cd docker-statamic
$ docker build -t statamic .

Running

$ docker run -p 3000:3000 statamic

Then you should be able to visit http://localhost:3000.

About

Statamic using Docker.