#/bin/bash cid=`docker ps -a |grep vlogapi|grep -v grep|awk '{print $1}'` docker stop $cid docker start $cid