portainer: swarm mode not showing node status or containers
I’m running Docker 1.12.1 and the UI as:
docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock cloudinovasi/portainer --swarm
The UI comes up, but when I click on Containers, I don’t see any, and when I click on Swarm, I don’t see any nodes.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (9 by maintainers)
Commits related to this issue
- fix(kubernetes): add unique key to configuration overriden key path field (#207) — committed to portainer/portainer by MaximeBajeux 4 years ago
- feat(kubernetes): introduce kubernetes support (#3987) * feat(kubernetes): fix duplicate published mode * feat(kubernetes): group port mappings by applications * feat(kubernetes): updated UX ... — committed to portainer/portainer by deviantony 4 years ago
- fix(pods): import missing pod converter (#207) — committed to portainer/portainer by MaximeBajeux 3 years ago
Any update on this, we really want to move ahead with using portainer in our production environment but the only thing missing is the aggregated view of all tasks/containers in the swarm. It takes time to find the correct node where the task is running and check the stats.
@BryanHunt Docker 1.12 swarm mode support is available in our latest development build, you can try it using the
image. It’d be nice to have some feedback 😉cloudinovasi/portainer:latest
EDIT: The portainer project has now been moved to its own organization, please use the
portainer/portainer:latest
image.I should update the README to clarify, we do have full support for Docker 1.12 as a standalone.
We have Swarm support, but legacy Swarm if we can call it like that. Right now, I assumed that Swarm mode would use the same API but it seems that it is not.
I’ll have to give it a test.