时间:2021-05-19
我就废话不多说了,大家还是直接看代码吧~
# docker-compose down# ./prepare# docker-compose up –d补充知识:装好Harbor后,docker连接该本地仓库报错
装好Harbor后,docker连接本地仓库报错。
[root@master1 v2]# docker login dsp.images.hub:11180Username: adminPassword:Error response from daemon: Get https://node4:11180/v1/users/: http: server gave HTTP response to HTTPS client需要配置vim /usr/lib/systemd/system/docker.service
[Unit]Description=Docker Application Container EngineDocumentation=https://docs.docker.comAfter=network.target firewalld.service [Service]Type=notify# the default is not to use systemd for cgroups because the delegate issues still# exists and systemd currently does not support the cgroup feature set required# for containers run by dockerExecStart=/usr/bin/dockerd --insecure-registry=heheda.images.hub:11180ExecReload=/bin/kill -s HUP $MAINPID# Having non-zero Limit*s causes performance problems due to accounting overhead# in the kernel. We recommend using cgroups to do container-local accounting.LimitNOFILE=infinityLimitNPROC=infinityLimitCORE=infinity# Uncomment TasksMax if your systemd version supports it.# Only systemd 226 and above support this version.#TasksMax=infinityTimeoutStartSec=0# set delegate yes so that systemd does not reset the cgroups of docker containersDelegate=yes# kill only the docker process, not all processes in the cgroupKillMode=process [Install]WantedBy=multi-user.target然后重启docker
systemctl daemon-reload
systemctl restart docker
另外,记得配置hosts的关于dsp.images.hub的映射。
docker v18的话:
{"data-root":"/data/docker","insecure-registries":["11.68.0.0/16","heheda.images.hub:11180"],"registry-mirrors":["http://mirror.kce.sdns.ksyun.com"]}
以上这篇harbor修改配置文件后重启操作就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
说到配置文件热加载,这个功能在很多框架中都提供了,如beego,实现的效果就是当你修改文件后,会把你修改后的配置重新加载到配置文件中,而不用重启程序,这个功能在
1、说明当一些配置需要修改在进行获取时,通常做法是修改完配置文件后再重启web服务器或者docker进行完成,下面我介绍一种热更新方法,修改完配置文件后,不需要
概述今天在do的VPS配置Nginx虚拟主机时,修改配置文件后,重启Nginx后一直报告失败,但是不知道哪里错了,直觉觉得是配置文件配置错了,google了下解
Ubuntu14.04重启后DNS配置丢失问题的解决方案每次修改DNS配置文件/etc/resolv.conf重启后就会失效。从网上查知,这个文件是动态创建,所
由于修改tomcat的配置文件或手动操作数据库数据后,tomcat的缓存和redis的缓存很严重,需要经常重启tomcat来释放缓存,经常就是手动重启。#1、查