Skip to content

Commit a1a06ea

Browse files
committed
fix: updating docker compose sample stack and docs according to #135
1 parent 222f282 commit a1a06ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker-compose/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
target: "/var/lib/grafana/dashboards/sample/sample-dashboard.json"
2121
scaphandre:
2222
image: hubblo/scaphandre
23+
privileged: true
2324
ports:
2425
- "8080:8080"
2526
volumes:

docs_src/tutorials/docker-compose.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Once you have cloned the repository, just move to the docker-compose folder and
77
cd docker-compose
88
docker-compose up -d
99

10+
Be warned: the sample stack runs scaphandre as a privileged container. Otherwise apparmor or equivalents might complain about ptrace calls on the host. See [#135](https://github.com/hubblo-org/scaphandre/issues/135).
11+
1012
Grafana will be available at `http://localhost:3000`, the default username is `admin` and the password is `secret`.
1113

1214
Refresh the dashboard after 30s or enable auto-refresh and you should see the data filling the graphs.

0 commit comments

Comments
 (0)