项目作者: mschwager

项目描述 :
Statamic using Docker.
高级语言:
项目地址: git://github.com/mschwager/docker-statamic.git
创建时间: 2018-04-02T18:28:13Z
项目社区:https://github.com/mschwager/docker-statamic

开源协议:

下载


Statamic using Docker

Run Statamic in a Docker container!

Installing

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

Running

  1. $ docker run -p 3000:3000 statamic

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