thomhoward / sitecore-docker-examples

Companion code for the Sitecore Containers documentation.

Home Page:https://doc.sitecore.com/xp/en/developers/102/developer-tools/containers-in-sitecore-development.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitecore Docker Examples

This repository contains companion code for the Sitecore Containers documentation. Together, these are meant to help you get started using Docker containers with Sitecore.

Briefly, here's what you'll find in this repo:

  • Example for running an out of the box Sitecore instance (see getting-started).
  • Example solution for creating custom Sitecore images, with recommended folder structure for container development (see custom-images).
  • Sample PowerShell scripts for container-based Sitecore instance preparation (init.ps1) and cleanup (clean.ps1).
  • Docker compose files for building Sitecore instances in various topologies (see custom-images).

Please refer to the Sitecore Containers documentation for complete details, including running the examples and recommended usage.

Are Docker Examples supported by Sitecore?

Sitecore maintains the Sitecore Containers documentation and Docker Examples, but example code is not supported by Sitecore Product Support Services. Please do not submit support tickets regarding Docker Examples.

How can I get help with Docker Examples?

Start with the Sitecore Containers documentation. For technical issues in particular, check out the Troubleshooting guide.

Beyond that, for usage questions regarding Docker Examples installation or code, or general questions about Sitecore Containers, please utilize Sitecore Stackexchange or #docker on Sitecore Community Slack.

You can use GitHub to submit issues for Docker Examples, but please do not submit usage questions.

About

Companion code for the Sitecore Containers documentation.

https://doc.sitecore.com/xp/en/developers/102/developer-tools/containers-in-sitecore-development.html

License:MIT License


Languages

Language:PowerShell 37.8%Language:C# 27.8%Language:Dockerfile 27.7%Language:Shell 5.0%Language:ASP.NET 1.7%