Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
readme build info
  • Loading branch information
andrew committed May 11, 2016
1 parent 4f5e1f9 commit b5fdb57
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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
```

0 comments on commit b5fdb57

Please sign in to comment.