Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

enonic-cloud/docker-enonic-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base image for Enonic CMS

Generic base image for Enonic CMS

Build local

docker build -t enoniccloud/enonic-cms .

Run

This image should be a base for creating own images with Enonic CMS.

docker run -it --rm --name java7 enoniccloud/enonic-cms

Deploying Enonic CMS with this image.

To deploy a Enonic CMS container based on this image, you need to create a new image based on this one. Here's an example Dockerfile:

FROM enoniccloud/enonic-cms

# Copy the 
COPY webapps/root.war $CATALINA_HOME/webapps/.


COPY cms.home/* /$CMS_HOME/.

Environment variables

Both database user and database name is hardcoded for ease of use to "cms", but the environment variable CMS_DB_PASSWORD needs to be set either in your Dockerfile,

About

Base container for Enonic CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages