Docker镜像转存工具 、 Docker一键安装
Github 地址:https://github.com/tech-shrimp/docker_image_pusher (内有详细教程)
阿里云镜像服务:https://cr.console.aliyun.com/
Docker一键安装 sudo curl -fsSL https://gitee.com/tech-shrimp/docker_installer/releases/download/latest/linux.sh| bash -s docker --mirror Aliyun
设置Docker 开机自启 sudo systemctl enable docker
启动Docker sudo systemctl start docker
注:如果 docker ps 报错
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/containers/json": dial unix /var/run/docker.sock: connect: permission denied
说明当前用户不在docker用户组中,只需将当前用户(如果用户不是root的话)添加到 docker 用户组 sudo usermod -aG docker userroot 然后重新链接一下服务器就可以了
项目地址: https://github.com/tech-shrimp/docker_installer (内有详细教程)
DockerHub:https://hub.docker.com/

浙公网安备 33010602011771号