# ConfigsMYSQL_PASSWORD="kuajie8402"MYSQL_RUN_NAME="gogs_mysql"typeset-uMYSQL_ALIAS
MYSQL_ALIAS="db"HOST_PORT="3000"DOCKER_BIN=$(whichdocker.io||whichdocker)if[-z"$DOCKER_BIN"];thenecho"Please install docker. You can install docker by running \"wget -qO- https://get.docker.io/ | sh\"."exit1fi## Run MySQL image with name$DOCKER_BINrun-d--name$MYSQL_RUN_NAMEgogs/mysql
### Run gogits image and link it to the MySQL image$DOCKER_BINrun--link$MYSQL_RUN_NAME:$MYSQL_ALIAS-p$HOST_PORT:3000gogs/gogits