Merge branch 'master' of github.com:jpetazzo/container.training

This commit is contained in:
Jérôme Petazzoni
2017-12-18 17:46:11 -06:00

View File

@@ -257,7 +257,7 @@ First, we need to put the POST payload in a temporary file.
.exercise[
- Install curl in the container, and generate 10 bytes of random data:
- Generate 10 bytes of random data:
```bash
curl http://rng/10 >/tmp/random
```