Skip to content

Commit

Permalink
Bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 8, 2021
1 parent 4fb36ef commit 0e99f59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be Released

## v1.0.0

* Bump Go version to 1.16
* Bump github.com/golang/mock from 1.3.1 to 1.5.0
* Bump github.com/stretchr/testify from 1.5.1 to 1.7.0
Expand Down
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Acadock Monitoring - Docker container monitoring v0.6.1
================================================
# Acadock Monitoring - Docker container monitoring v1.0.0

This webservice provides live data on Docker containers. It takes
data from the Linux kernel control groups and from the namespace of
the container and expose them through a HTTP API.

> The solution is still a work in progress.
Configuration
-------------
## Configuration

From environment

Expand All @@ -22,8 +20,7 @@ From environment
systemd: /sys/fs/cgroup/:cgroup/memory/system.slice/docker-#{id}.slice
* `DEBUG`: output of debugging information (default "false", switch to "true" to enable)

Docker
------
## Docker

Run from docker:

Expand All @@ -39,8 +36,7 @@ docker run -v /sys/fs/cgroup:/host/cgroup:ro -e CGROUP_DIR=/host/cgroup
`--network=host`: Acadock should in the host namespace to access other containers network namespaces (for network metrics)
`--privileged`: Acadock has to enter the other containers namespaces

API
---
## API

* Memory consumption

Expand Down Expand Up @@ -95,8 +91,8 @@ Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md
git commit -m "Bump v0.6.1"
git tag v0.6.1
git push origin master v0.6.1
hub release create v0.6.1
git commit -m "Bump v1.0.0"
git tag v1.0.0
git push origin master v1.0.0
hub release create v1.0.0
```

0 comments on commit 0e99f59

Please sign in to comment.