From 383804b7f15409538f006e170fbc15066160a057 Mon Sep 17 00:00:00 2001 From: Julio Date: Sat, 16 Dec 2017 23:05:29 +0100 Subject: [PATCH] curl is not installed in that step curl was actually installed in a previous step, not here --- slides/swarm/netshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/swarm/netshoot.md b/slides/swarm/netshoot.md index 3874a69d..67d31de6 100644 --- a/slides/swarm/netshoot.md +++ b/slides/swarm/netshoot.md @@ -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 ```