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.
- Host: GitHub
- URL: https://github.com/marioplumbarius/docker-stack-netdata
- Owner: marioplumbarius
- License: mit
- Created: 2017-06-06T12:26:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T14:02:30.000Z (over 8 years ago)
- Last Synced: 2024-09-14T16:43:22.921Z (over 1 year ago)
- Topics: docker, linux, monitoring, monitoring-tool, netdata
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```