安装docker、docker-compose #!/bin/bash # 安装docker if ! [ -x "$(command -v docker)" ]; then echo '检测到 Docker