ubuntu安装docker及docker-compose
安装docker# 安装需要的包sudo apt-get updatesudo apt-get install apt-transport-https ca-certificates software-properties-common curl# 添加 GPG 密钥,并添加 Docker-ce 软件源官方的软件源(不推荐,很慢):curl -fsSL https://download.docker.com/linux/ubuntu/gpg|sudo apt-key add -sudo a














