Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-yu/ddc-resiliency-demo

A demo to show resiliency of nodes in DDC when using Swarm Mode
https://github.com/david-yu/ddc-resiliency-demo

Last synced: about 1 month ago
JSON representation

A demo to show resiliency of nodes in DDC when using Swarm Mode

Awesome Lists containing this project

README

        

# DDC Resiliency Demo

To run in a docker swarm:

```
$ docker service create \
--name=viz \
--publish=8080:8080/tcp \
--constraint=node.role==manager \
--mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
manomarks/visualizer
```