Skip to content
Permalink
fab4606dba
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (12 sloc) 384 Bytes

dockerfiles

various dockerfiles

building

core docker images reside at docker hub under the uconncore organization.

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