-
Notifications
You must be signed in to change notification settings - Fork 335
Docker
Lan edited this page Jun 8, 2021
·
12 revisions
支持的架构 |
---|
amd64 arm64/v8 arm/v7 arm/v6 ppc64le s390x
|
- 2021-03-29:重构Wiki的Docker部分!
1.安装docker
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
2.将docker设为开机自启动
systemctl enable docker
systemctl start docker
3.输入一键安装程序
wget -q https://gitee.com/highdimen/jd_shell/raw/v3/install_scripts/docker_install_jd.sh -O docker_install_jd.sh && chmod +x docker_install_jd.sh && bash docker_install_jd.sh
安装完成
- 如有帮助到你,请点亮 star 。