From b5fdb5708dc042c209e2359c6ea22de94a0cc1af Mon Sep 17 00:00:00 2001 From: Andrew Suzuki Date: Wed, 11 May 2016 13:38:38 -0400 Subject: [PATCH] readme build info --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 162dda2..bbda352 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # dockerfiles + various dockerfiles + +## building + +core docker images reside at docker hub under the `uconncore` organization. + +[https://hub.docker.com/u/uconncore/](https://hub.docker.com/u/uconncore/) + +therefore, when building, tags must have the `uconncore` namespace. + +### example + +``` +$ cd mysql-data +$ docker build -t uconncore/mysql-data . +$ docker push uconncore/mysql-data +```