Skip to content
Permalink
4618cb0fcb
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
executable file 7 lines (4 sloc) 162 Bytes
#!/bin/bash
# This file will run a container in the background
source common.bash .
docker run -d --name=$imagename -p 80:80 -p 443:443 $maintainer/$imagename