From 2337f529995956546ba0fff2a952df978a40e953 Mon Sep 17 00:00:00 2001 From: John OBrien III Date: Sun, 8 Jun 2014 14:58:13 -0400 Subject: [PATCH] Update usingdocker.md Just noticed `sudo` missing on line 232. (Learning so doing lots of copying / pasting) --- docs/sources/userguide/usingdocker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md index 2eaf707d1a..e91b0edf47 100644 --- a/docs/sources/userguide/usingdocker.md +++ b/docs/sources/userguide/usingdocker.md @@ -229,7 +229,7 @@ Lastly, we can take a low-level dive into our Docker container using the `docker inspect` command. It returns a JSON hash of useful configuration and status information about Docker containers. - $ docker inspect nostalgic_morse + $ sudo docker inspect nostalgic_morse Let's see a sample of that JSON output.