Skip to content

Official Docker Image for October CMS

Notifications You must be signed in to change notification settings

hardik-satasiya/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for October CMS

The following packages are included

  • apache-2.4.38
  • GD library
  • Zip library
  • Composer
  • php7.4
  • php7.4-opcache
  • php7.4-acpu
  • php7.4-yaml
  • vim + nano
  • cron

0. Dev Dependencies

1. Build

docker build -t october:latest .

2. Run

docker-compose up -d

Open the URL http://localhost:8000 to navigate to October CMS

3. Shell

docker exec -it october sh

X. Destroy

docker-compose down

About

Official Docker Image for October CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 93.5%
  • Shell 6.5%