You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repository where people can contribute examples, ideas and how-tos on how to use Sitecore Docker Images which are created in the [docker-images](https://github.com/sitecore/docker-images) "sister" repository.
1
+
# Sitecore Docker Examples
3
2
3
+
This repository contains companion code for the [Sitecore Containers documentation](https://containers.doc.sitecore.com/). Together, these are meant to help you get started using [Docker](https://www.docker.com/) containers with Sitecore.
4
+
5
+
Briefly, here's what you'll find in this repo:
6
+
7
+
* Example for running an out of the box Sitecore instance (see `getting-started`).
8
+
* Example solution for creating custom Sitecore images, with recommended folder structure for container development (see `custom-images`).
9
+
* Sample PowerShell scripts for container-based Sitecore instance preparation (`init.ps1`) and cleanup (`clean.ps1`).
10
+
* Docker compose files for building Sitecore instances in various topologies (see `custom-images`).
11
+
12
+
Please refer to the [Sitecore Containers documentation](https://containers.doc.sitecore.com/) for complete details, including running the examples and recommended usage.
13
+
14
+
## Are Docker Examples supported by Sitecore?
15
+
16
+
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.
17
+
18
+
## How can I get help with Docker Examples?
19
+
20
+
Start with the [Sitecore Containers documentation](https://containers.doc.sitecore.com/). For technical issues in particular, check out the [Troubleshooting guide](https://containers.doc.sitecore.com/docs/troubleshooting).
21
+
22
+
Beyond that, for usage questions regarding Docker Examples installation or code, or general questions about Sitecore Containers, please utilize [Sitecore Stackexchange](https://sitecore.stackexchange.com/) or [#docker](https://sitecorechat.slack.com/messages/docker) on [Sitecore Community Slack](https://sitecore.chat/).
23
+
24
+
You can use GitHub to submit [issues](https://github.com/Sitecore/docker-examples/issues/new) for Docker Examples, but please do not submit usage questions.
0 commit comments