orchardcore-cms-windows
Orchard Core CMS is an open-source, modular, multi-tenant Content Management System for ASP.NET Core
10K+
This is a Windows based image. For the Linux one please go to this image orchardproject/orchardcore-cms-linux
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.
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_DATAEither 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.
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, 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.
Content type
Image
Digest
sha256:990a1b0d7…
Size
459 MB
Last updated
1 day ago
docker pull orchardproject/orchardcore-cms-windows:dev