An October CMS plugin for Docker support.
Note: This plugin is no longer installed as a part of the aspendigital/octobercms Docker image build.
The aspendigital/octobercms Docker image contains October CMS along with all it's dependencies. This plugin features console commands to help manage October CMS installed in the container.
- Dockerized October CMS: PHP, Composer, October core and dependencies
- Get started with Docker
A summary of the console commands introduced by this plugin.
The docker:up
console command is used to set the system build parameters for our base Docker image aspendigital/octobercms.
The docker:edge
console command updates the container's October CMS configuration to enable core and edge updates.
Options
--update
: Enable edge updates and automatically run october:update
--disable
: Disable edge updates
The docker:info
console command displays the container's current October CMS build, hash, etc.