栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

yearning 容器化安装记录 最新版本 235-2

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

yearning 容器化安装记录 最新版本 235-2

下载地址:
https://github.com/cookiey/yearning/releases

dockerfile(默认的dockerfile镜像国内打包有些问题 修改成ubuntu)
FROM ubuntu

LABEL maintainer="liuxueliang-2021/09/06"

EXPOSE 8000

COPY Yearning  /opt/Yearning
COPY conf.toml /opt/conf.toml

#RUN echo "http://mirrors.ustc.edu.cn/alpine/v3.12/main/" > /etc/apk/repositories && 
#      apk add --no-cache tzdata libc6-compat && 
RUN   ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && 
      echo "Asia/Shanghai" >> /etc/timezone && 
      echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf

WORKDIR /opt

CMD /opt/Yearning install && /opt/Yearning run

使用 docker build -t 打包成容器镜像启动即可

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/460552.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号