pablinos / docker-photon

A Docker container for developing Photon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-photon

A docker container for running Photon.

Usage

  1. Install Docker.
  2. Clone the project into a local directory
  • git clone https://github.com/pablinos/docker-photon.git docker-photon
  1. In a command prompt, change into the new directory with cd docker-photon
  2. Run docker build -t photon .
  3. Run docker run -d -p 8000:80 photon

You can access Photon by visiting http://localhost:8000/.

Try it: http://localhost:8000/s.w.org/about/images/logos/wordpress-logo-notext-rgb.png?colorize=241,131,30&filter=negate

About

A Docker container for developing Photon


Languages

Language:Dockerfile 100.0%