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

https://github.com/marioplumbarius/docker-stack-netdata

Docker stack for netdata.
https://github.com/marioplumbarius/docker-stack-netdata

docker linux monitoring monitoring-tool netdata

Last synced: about 1 month ago
JSON representation

Docker stack for netdata.

Awesome Lists containing this project

README

          

# docker-stack-netdata
Docker stack for netdata.

**pre-requisites**
- docker (17.03.1-ce)

## usage

### enable swarm mode
```shell
docker swarm init
```

### deploy
```shell
docker stack deploy -c docker-stack.yml netdata
```

### update
```shell
docker stack deploy -c docker-stack.yml netdata
```