docker-examples icon indicating copy to clipboard operation
docker-examples copied to clipboard

Companion code for the Sitecore Containers documentation.

Results 16 docker-examples issues
Sort by recently updated
recently updated
newest added

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-10_4_0-LTSC2019-LTSC2022-OS_Version_10_0_17763-Sitecore-Amit-1](https://github.com/user-attachments/assets/fa5e4348-7557-43e5-a8ad-92e1ce41eb05) ![SITECORE-DOCKER-10_4_0-LTSC2019-LTSC2022-OS_Version_10_0_17763-Sitecore-Amit-3](https://github.com/user-attachments/assets/e52b763a-c140-46a2-8756-8d77d444a98d) ### Sitecore XM1 topology ![SITECORE-10_4_0-LTSC2019-LTSC2022-OS_Version_10_0_17763-XM1-Sitecore-Amit-2](https://github.com/user-attachments/assets/8bf746e8-fe3c-481b-9ac4-5f85b4c68e73) ![SITECORE-10_4_0-LTSC2019-LTSC2022-OS_Version_10_0_17763-XM1-Sitecore-Amit-4](https://github.com/user-attachments/assets/606fb823-781d-4b11-a8bd-38c6ae3dbee9)

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...