[other] 加急加急,谁用过1panel,求教!求教!
Tofloor
poster avatar
186******03
deepin
2024-07-15 15:15
Author

前2天朋友推荐了一款面板 1panel,今天想着上班摸鱼的时候部署了解下,发现卡壳了,哪位大神。

Docker 安装失败 镜像拉取超时!!!

或者哪位大神有1panel的交流群,能提供下不。

Reply Favorite View the author
All Replies
raspbian
deepin
2024-07-15 15:35
#1
version: '3'
services:
  1panel:
    container_name: 1panel # 容器名
    restart: always
    network_mode: "host"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /var/lib/docker/volumes:/var/lib/docker/volumes
      - /opt:/opt  # 文件存储映射
      - /root:/root  # 可选的文件存储映射
    environment:
      - TZ=Asia/Shanghai  # 时区设置
    image: moelin/1panel:latest
    labels:  
      createdBy: "Apps"

你要是docker pull都成问题

这不是你会不会1panel的问题

是你会不会用docker的问题

先从docker设置代理开始学起吧

Reply View the author
安洛
deepin
2024-07-15 15:43
#2

从dockerhub上拉镜像了吧,dockerhub在国内已被禁止访问,镜像站也大多数都关闭了。你可以想办法解决网络问题,或者找一下现在可用的dockerhub镜像/加速源。

Reply View the author
neko
deepin
Ecological co-builder
2024-07-15 15:54
#3

docker源国内被禁了,要改镜像源或者设置代理

Reply View the author
kinggochj
deepin
2024-07-15 18:19
#4

https://bbs.fit2cloud.com/t/topic/5886

image.png

Reply View the author
raspbian
deepin
2024-07-15 19:02
#5

看起来好像还可以

Screenshot_20240715_190049.png

Reply View the author
186******03
deepin
2024-07-16 11:40
#6
raspbian
version: '3'
services:
  1panel:
    container_name: 1panel # 容器名
    restart: always
    network_mode: "host"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /var/lib/docker/volumes:/var/lib/docker/volumes
      - /opt:/opt  # 文件存储映射
      - /root:/root  # 可选的文件存储映射
    environment:
      - TZ=Asia/Shanghai  # 时区设置
    image: moelin/1panel:latest
    labels:  
      createdBy: "Apps"

你要是docker pull都成问题

这不是你会不会1panel的问题

是你会不会用docker的问题

先从docker设置代理开始学起吧

谢谢大神,还在摸索中😂

Reply View the author
186******03
deepin
2024-07-16 11:40
#7
安洛

从dockerhub上拉镜像了吧,dockerhub在国内已被禁止访问,镜像站也大多数都关闭了。你可以想办法解决网络问题,或者找一下现在可用的dockerhub镜像/加速源。

嗯嗯,现在也是这样考虑的。

Reply View the author
186******03
deepin
2024-07-16 11:41
#8
neko

docker源国内被禁了,要改镜像源或者设置代理

谢谢,已找到镜像了

Reply View the author
186******03
deepin
2024-07-16 11:41
#9
kinggochj

https://bbs.fit2cloud.com/t/topic/5886

image.png

谢谢👍 👍👍

Reply View the author
186******03
deepin
2024-07-16 11:42
#10
raspbian

看起来好像还可以

Screenshot_20240715_190049.png

听朋友一直说这个不错,简单方便,还说UI特别喜欢。

Reply View the author
麻烦告诉我小浣熊哪里有
deepin
2024-07-17 18:58
#11

我没有用过

Reply View the author