From 829147543d890a75ec090b015eb0ea088ae6e8cf Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Thu, 22 Nov 2018 13:31:55 +0100 Subject: [PATCH] Add 'sudo' to docker launch command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9db935..41e7eba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ sudo mkdir -p /etc/routinator/tals # Fetch the ARIN TAL (after agreeing to the distribution terms as described above) sudo wget https://www.arin.net/resources/rpki/arin-rfc7730.tal -P /etc/routinator/tals # Launch detached container (will listen on 0.0.0.0:3323 and expose that port by default) -docker run -d -v /etc/routinator/tals:/root/.rpki-cache/tals nlnetlabs/routinator +sudo docker run -d -v /etc/routinator/tals:/root/.rpki-cache/tals nlnetlabs/routinator ``` ## RPKI