数据卷的备份、转储和迁移
# 数据卷的备份、转储和迁移 docker run --rm --volumes-from dbdata -v $(pwd):/backup ubuntu tar cvfP /backup/backup.tar /dbdata