8000 GitHub - petehalverson/docker-octobercms: Dockerized October CMS: PHP, Composer, October core and dependencies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

petehalverson/docker-octobercms

 
 

Repository files navigation

Docker + October CMS

Build Status Docker Hub Pulls October CMS Build 396 Edge Build 406

The docker images defined in this repository serve as a starting point for October CMS projects.

Based on official docker PHP images, images include dependencies required by October, Composer and install the latest release.

Supported Tags

Edge Build Tags

Quick Start

To run October CMS using Docker, start a container using the latest image, mapping your local port 80 to the container's port 80:

$ docker run -p80:80 aspendigital/octobercms:latest

Run the container in detached mode using the container name october and launch an interactive shell (bash) for the container.

$ docker run -p80:80 -d --name october aspendigital/octobercms:latest

$ docker exec -it october bash

October

About

Dockerized October CMS: PHP, Composer, October core and dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%
0