Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 332 Bytes

File metadata and controls

19 lines (13 loc) · 332 Bytes

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.