📅  最后修改于: 2023-12-03 15:39:07.198000             🧑  作者: Mango
如果你还没有在你的ubuntu 18.04系统上安装过docker,那么你需要进行以下步骤:
sudo apt update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce
sudo docker run hello-world
以上就完成了Docker在Ubuntu 18.04系统的安装。
# 安装程序 docker ubuntu 18.04 - Shell/Bash
如果你还没有在你的ubuntu 18.04系统上安装过docker,那么你需要进行以下步骤:
1. 升级apt软件包管理器的源列表
```bash
sudo apt update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce
sudo docker run hello-world
以上就完成了Docker在Ubuntu 18.04系统的安装。