Skip to content
Lan edited this page Jun 8, 2021 · 8 revisions

Docker Pulls

支持的架构
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.输入一键安装程序

Docker For 通用1-需手动选择部分选项

wget -q https://gitee.com/highdimen/js_tool/raw/A1/resource/install_scripts/docker_install_jd.sh -O docker_install_jd.sh && chmod +x docker_install_jd.sh && bash docker_install_jd.sh

Docker For 通用2-直接输入命令开始安装

wget -q https://gitee.com/highdimen/js_tool/raw/A1/resource/install_scripts/Qunhui_docker_install_jd.sh -O docker_install_jd.sh && chmod +x docker_install_jd.sh && bash docker_install_jd.sh

Docker For 群晖 教程由A044制作 http://nas.jack-office.top:5505/index.php/2021/04/13/jd-docker/

安装完成

  • 如有帮助到你,请点亮 star 。

导航

1.安装部署:

2.使用教程

3.功能页(持续更新)

Clone this wiki locally