Skip to content
Permalink
appliance
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 40533b3 Aug 25, 2016 History
0 contributors

Users who have contributed to this file

executable file 8 lines (6 sloc) 199 Bytes
#!/bin/bash
# This file will run a container in the background
source common.bash .
echo "Cleaning up Docker image($maintainer/$imagename)"
docker stop $imagename >> /dev/null
docker rm $imagename