以下步骤在centos7和debian10中验证通过

1、通过官网下载安装包

wget https://download.docker.com/linux/static/stable/x86_64/docker-19.03.5.tgz

2、解压并copy二进制文件到bin目录下

tar -xvf docker-19.03.5.tgz
cp docker/* /usr/bin/

3、启动docker进程

dockerd &

4、启动hello-world验证

docker run hello-world

 

相关文章:

  • 2021-12-14
  • 2021-11-29
  • 2022-02-15
  • 2022-12-23
  • 2021-11-21
  • 2021-12-06
  • 2021-08-26
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案