Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx252525 authored Sep 24, 2024
1 parent 05d11a3 commit 8c4a27d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install_Debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ sudo systemctl disable ufw || echo "no find ufw"

# 安装和配置Docker服务
execute_command sudo apt install -y apt-transport-https ca-certificates curl software-properties-common


execute_command sudo apt install -y docker
sudo apt install -y docker.io
sudo apt install -y docker
execute_command sudo systemctl start docker
execute_command sudo systemctl enable docker

Expand Down

0 comments on commit 8c4a27d

Please sign in to comment.