zhaopeiym / quartzui

基于Quartz.NET3.0的定时任务Web可视化管理。docker打包开箱即用、内置SQLite持久化、语言无关、业务代码零污染、支持 RESTful风格接口、傻瓜式配置
MIT License
1.52k stars 418 forks source link

Docker 部署 有两个层始终Waiting状态,怀疑是引用的层被原作者删除了 #22

Closed DUWENINK closed 4 years ago

DUWENINK commented 4 years ago

b8f262c62ec6: Pull complete
c1bb02c48b82: Pull complete
aac1cb0f3412: Pull complete
9e34bee673bb: Pull complete
e1c733f95268: Pull complete
b108c5b144e9: Waiting
c422c891e2bc: Download complete
6e71db4976f6: Waiting

zhaopeiym commented 4 years ago

没有啊,我刚刚试了,没有问题。 你用别人的机器,或者再虚拟机里面试试。

zhaopeiym commented 4 years ago

docker run -v /fileData/quartzuifile:/app/File --restart=unless-stopped --privileged=true --name quartzui -dp 5088:80 bennyzhao/quartzui Unable to find image 'bennyzhao/quartzui:latest' locally latest: Pulling from bennyzhao/quartzui b8f262c62ec6: Pull complete c1bb02c48b82: Pull complete aac1cb0f3412: Pull complete 9e34bee673bb: Pull complete e1c733f95268: Pull complete b108c5b144e9: Pull complete c422c891e2bc: Pull complete 6e71db4976f6: Pull complete

DUWENINK commented 4 years ago

挂机下载好了是我网速慢的问题sorry