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

Most upvoted comments

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 cloudinovasi/portainer:latest image. It’d be nice to have some feedback 😉

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.