Merge pull request #73 from everett-toews/cd-to-snap

Change to the snap dir first
This commit is contained in:
Jérôme Petazzoni
2017-05-03 14:36:52 -05:00
committed by GitHub

View File

@@ -5904,6 +5904,7 @@ Note: the InfluxDB query language *looks like* SQL but it's not.
- Load a task manifest file collecting a couple of metrics on all containers,
<br/>and sending them to InfluxDB:
```bash
cd ~/orchestration-workshop/snap
snapctl task create -t docker-influxdb.json
```