From dc230a100450059c8dbc4ad204021a4de4bfe6c6 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 6 Feb 2014 22:13:42 -0500 Subject: [PATCH] Make sure the repo name matches the Docker regex in the tutorial --- static/tutorial/create-image.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/tutorial/create-image.html b/static/tutorial/create-image.html index b6316e82c..2b2957102 100644 --- a/static/tutorial/create-image.html +++ b/static/tutorial/create-image.html @@ -2,8 +2,14 @@
- +
+ +
+ + Repository names must match [a-z0-9_-]+ +