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

Update id service image name from `id6` to `id7` in "Getting Started Setup" dependencies to match base compose.

Helpful for when new versions are released. Implements #68.

With a new release of Sitecore about to drop, it would be helpful to allow developers to run two versions simultaneously in the same compose environment, to allow easy side-by-side...

Reproduction Steps: 1. modify cm Dockerfile to use Management Module image: ``` # escape=` ARG BASE_IMAGE ARG SXA_IMAGE ARG SPE_IMAGE ARG TOOLING_IMAGE ARG MANAGEMENT_SERVICES_IMAGE FROM ${TOOLING_IMAGE} as tooling FROM ${SPE_IMAGE}...

Updated to Sitecore 10.4 The TOOLS_VERSION is still on 10.3, as there are no 10.3 Sitecore Docker Tools images.

Error detail ------------- The term 'C:toolsentrypointsiisDevelopment.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a...

Hello team, I just followed the read-me steps to run Sitecore docker image, getting this error, any idea? ![image](https://github.com/Sitecore/docker-examples/assets/134197784/b4cc0052-14ae-4658-b552-894c69b0bc17)

I'm trying to setup a Sitecore XP 10.1.2 single instance development machine, but I'm encountering an issue with the 10.1.0.1 release/tag of the docker-examples solution. **Steps to reproduce:** 1. Download...

HTTP ERROR 404 javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down. URI: /solr/ STATUS: 404 MESSAGE: javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not...

While running the init script I'm getting this error, I'm running powershell as administrator. ``` Populating required .env file variables... Downloading and installing mkcert certificate tool... Generating Traefik TLS certificates......