Skip to content

mschwager/docker-statamic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published