docker-swarm-visualizer
docker-swarm-visualizer copied to clipboard
A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3
I have added 2 swam workers and a worker node is continuously removed from swarm.  After sometime, it will gain back. But the machine is running correctly without any...
Here is the place to say thank you to folks who are working hard on this project. « One of the greatest ways to show your appreciation to open source...
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE DOCKER SWARM VISUALIZER ** * If you have a bug working with Docker itself, not related to these...
The node.png currently linked from README.md is the image before the label is modified from #26 to [free to RAM]. Since the change has already been reflected, node.png also needs...
When nodes are in "drain" state, you could change the node status indicator to another color (grey, orange, yellow ....) .... Also: Thank you ;)
[data-provider.js](https://github.com/dockersamples/docker-swarm-visualizer/blob/a426fa947f2fde65387bad636ce8bcae77d01355/src/data-provider.js#L90 ) fails during container preparation (`downloading`, `preparing`). This causes a complete halt of the visualization in the event you have a `restart:always` container failing on `preparing` (e.g. 'Invalid mount...
**Description** If I deploy a stack that fails or is rejected, Visualizer displays node labels as [object Object] and service names as "undefined". (See screen shot.) If I run `docker...
The bytes to gigabytes is not done correctly, see line 47: https://github.com/dockersamples/docker-swarm-visualizer/blob/cb73142d95c48cd74c3506e80e556a648eaee269/src/utils/request.js#L47
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE DOCKER SWARM VISUALIZER ** * If you have a bug working with Docker itself, not related to these...
Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [less](https://github.com/less/less.js). These dependencies need to be updated together. Updates `ajv` from 4.11.8 to 6.12.6 Release notes Sourced from ajv's releases. v6.12.6 Fix...