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
In Docker Desktop for Mac, when running a docker-compose stack, not all containers appear in the Containers list under the stack. However:
• All containers are running correctly and can be seen using docker ps.
• The application itself works fine, meaning the containers are communicating properly.
• Clicking on the stack in Docker Desktop reveals both containers, but only one is listed under the stack in the main Containers view.
Reproduce
1. Run a docker-compose using the attached .yaml file
2. Open Docker Desktop and go to the Containers tab.
3. Observe that only one container appears under the stack.
4. Click on the stack → Now both containers are visible inside.
Description
In Docker Desktop for Mac, when running a docker-compose stack, not all containers appear in the Containers list under the stack. However:
• All containers are running correctly and can be seen using docker ps.
• The application itself works fine, meaning the containers are communicating properly.
• Clicking on the stack in Docker Desktop reveals both containers, but only one is listed under the stack in the main Containers view.
Reproduce
composer.yaml:
Expected behavior
All running containers in the stack should be listed under the stack in the Containers view.
docker version
Client: Version: 27.5.1 API version: 1.47 Go version: go1.22.11 Git commit: 9f9e405 Built: Wed Jan 22 13:37:19 2025 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.38.0 (181591) Engine: Version: 27.5.1 API version: 1.47 (minimum version 1.24) Go version: go1.22.11 Git commit: 4c9b3b0 Built: Wed Jan 22 13:41:25 2025 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.25 GitCommit: bcc810d6b9066471b0b6fa75f557a15a1cbf31bb runc: Version: 1.1.12 GitCommit: v1.1.12-0-g51d5e946 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
A98AF5D2-389A-4147-B30B-71E1938C6C07/20250306002322
Additional Info
Troubleshooting Attempts
• Verified with docker ps → Both containers are running.
• Checked with curl --unix-socket /var/run/docker.sock http://localhost/containers/json | jq → Both containers are present.
• Restarted Docker Desktop.
• Tried docker-compose down && docker-compose up -d.
• Cleared Docker Desktop cache (rm -rf ~/Library/Group\ Containers/group.com.docker/).
• Troubleshooting -> clean / purge data and docker-compose for restoring images and containers.
System Info
• OS: macOS 15.3.1
• Docker Desktop Version: 4.38.0 (181591)
• Docker Compose Version: v2.32.4-desktop.1
This appears to be a UI issue, as the containers are running correctly but are not displayed properly in the Containers list.
The text was updated successfully, but these errors were encountered: