suzel / docker-processwire

A Docker container for ProcessWire Projects

Home Page:http://www.processwire.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProcessWire Docker Image

Go to Docker Hub

A Docker container for Processwire Projects.

Installation

The easiest way to get this docker image installed is to pull the latest version from the Docker registry:

$ docker pull suzel/docker-processwire

or build from scratch:

$ git clone https://github.com/suzel/docker-processwire.git
$ cd docker-processwire
$ docker build -t suzel/docker-processwire .

Usage

Start your image binding external port 80 in all interfaces to your container:

$ docker run --name pw-project \
             -p 80:80 \
             -d suzel/docker-processwire

You can the visit the following URL in a browser on your host machine to get started:

$ open http://<docker_ip_address>

Documentation

About

A Docker container for ProcessWire Projects

http://www.processwire.com

License:MIT License


Languages

Language:Shell 100.0%