1、查看docker占用的挂载点cat procmounts | grep "mapperdocker" | awk {print $2}2、手动umount卸载占用的挂载点3、再次启动docker ps -aq