Collecting MustGather data for customization deployment issues
Prepare the following MustGather information before you call IBM Support to help with issues related to building and deploying custom Docker images.
Procedure
- Run the following command on the Docker host to list the Docker images that are loaded.
docker images
- Use the container ID to find the versions of the Docker images that we used to deploy WebSphere Commerce.
docker exec <docker container ID> viewlabelsRecord the labels.
- Collect the following information.
- The directory structure that we used to hold the Dockerfile and our customizations.
- The command that we used to build the custom Docker image.
- The command that we used to deploy WebSphere Commerce.
- Your Docker and Docker Compose versions.
- Any relevant deployment files such as docker-compose*.yml files, or configuration files for orchestration tools such as Kubernetes.
- All files from the /SETUP/bin/ folder of the container that is having issues.
Related tasks
Building custom Docker images based on customization packages