docker run -v /etc/localtime:/etc/localtime:ro -t -i --name app1 --link couchdb:couchdb -p 5041:5041 ragios
这个运行一次后 ctrl-c退出后再执行上面的命令会出错
FATA[0000] Error response from daemon: Conflict. The name "app1" is already in use by container 593ac3cfcfc4. You have to delete (or rename) that container to be able to reuse that name.
