From 31e8993d5725421d5979ec7fa247e353aea122b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Sun, 8 Jun 2014 17:25:53 +0200 Subject: [PATCH] Update dockerizing.md Error on title Note :) --- docs/sources/userguide/dockerizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerizing.md b/docs/sources/userguide/dockerizing.md index 79a2066c62..2d9406bfed 100644 --- a/docs/sources/userguide/dockerizing.md +++ b/docs/sources/userguide/dockerizing.md @@ -146,7 +146,7 @@ We can also see the image we used to build it, `ubuntu:14.04`, the command it is running, its status and an automatically assigned name, `insane_babbage`. -> **NoteL** +> **Note:** > Docker automatically names any containers you start, a > little later on we'll see how you can specify your own names.