Install docker one-click installation script in Ubuntu 20.04

Just load the script and execute the following commands in sequence

wget http://apollo-pkg-beta.bj.bcebos.com/docker_install.sh
bash docker_install.sh

docker

install docker

operation system Ubuntu 18.04+

Just load the script and execute the following commands in sequence

ways1 :

  1. wget https://github.com/grant-tt/docker/blob/main/docker_install.sh

  2. bash docker_install.sh

ways2:

  1. wget http://apollo-pkg-beta.bj.bcebos.com/docker_install.sh
  2. bash docker_install.sh

Guess you like

Origin blog.csdn.net/qq_42817360/article/details/132208760