Sign inSign up

orchardproject/orchardcore-cms-windows

By orchardproject

•Updated 2 days ago

Orchard Core CMS is an open-source, modular, multi-tenant Content Management System for ASP.NET Core

Image
17

10K+

orchardproject/orchardcore-cms-windows repository overview

This is a Windows based image. For the Linux one please go to this image orchardproject/orchardcore-cms-linux⁠

⁠Supported tags
  • latest: The latest public release
  • 1.0.0-beta3: The latest release of 1.0.0-beta
  • dev: The current development branch
⁠What is Orchard Core CMS?

Orchard Core CMS is Web Content Management System (CMS) that is implemented in .NET Core.

For more information and related downloads please visit https://orchardproject.net⁠.

⁠Environment Variables

When you start the Orchard Core CMS image, you can adjust the configuration by passing one or more environment variables on the docker run command line.

⁠ORCHARD_APP_DATA

Either a relative or absolute file system path where the information about the configured tenants will be stored. A persistent storage is necessary to persist site configuration when an image is restarted. Using a folder that is shared across docker instances will ensure that the same site configuration can be shared across images.

The default value is /app/App_Data.

Note: If the folder doesn't exist then the setting will be ignore and a local App_Data folder will be created.

⁠On Docker for Windows

When running in Docker for Windows, you need to mount a host folder to the /app/App_Data or whatever folder you specific in the environment variable.

Example: docker run --name orchardcms -v c:/ocappdata:/app/App_Data -p 5003:80 orchardproject/orchardcore-cms-windows:dev

⁠On Azure App Service Web App for Containers

On Azure App Service Web App for Containers, this can be set to /home together with the WEBSITES_ENABLE_APP_SERVICE_STORAGE=true value to ensure Azure is persisting this folder and shares it across all containers instances.

Tag summary

Content type

Image

Digest

sha256:18e45c068…

Size

369.5 MB

Last updated

3 months ago

docker pull orchardproject/orchardcore-cms-windows