Skip to content
Permalink
e1b1b253be
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
Latest commit 2d9576f Aug 3, 2016 History
0 contributors

Users who have contributed to this file

executable file 8 lines (5 sloc) 164 Bytes
#!/bin/bash
source common.bash .
echo "Building new Docker image($registry/$maintainer/$imagename)"
docker run --name=$imagename -d $maintainer/$imagename
exit 0