docker-examples
docker-examples copied to clipboard
Companion code for the Sitecore Containers documentation.
The following volume that uses named pipes are not properly working on docker-compose V2 https://github.com/Sitecore/docker-examples/blob/8b3b4b2bf07c6d0757e3445e3daf22423eeb2fdf/getting-started/docker-compose.yml#L19 Running ` docker-compose up` will produce the following error: `Error response from daemon: Unrecognised volume...
Steps to reproduce: 1. Switch to `master` or `develop` branch 1. Initialize environment `.\init.ps1 -LicenseXmlFile c:\license\license.xml` 1. cd `custom-images\docker` 1. Run `.\clean.ps1` to make sure that there are no artifacts...
I tried running a `docker compose up` from `getting-started` in this repo (after running `./init.ps1`), and it started solr, mssql, and id, but nothing else, and exited with a message...
The purpose of this PR is to update the repo with Sitecore 10.4.0 with ltsc2022. ### Sitecore XP1 topology   ### Sitecore XM1 topology  
Recently following error started appearing when running .\clean-install.ps1 (the problem reproducible only for XM1). There is an issue with "nuget restore" that should be run in custom-image Dockerfile. See screenshot...
I have developed a custom Sitecore module for Stream. I have followed the appropriate installation procedures and details, but I noticed that the connectionstring.config file contains empty values, including my...