I won't say much nonsense, let's just look at the code~ # docker-compose down # ./prepare # docker-compose up –d Additional knowledge: After installing Harbor, Docker reports an error when connecting to the local warehouse After installing Harbor, Docker reports an error when connecting to the local warehouse. [root@master1 v2]# docker login dsp.images.hub:11180 Username: admin Password: Error response from daemon: Get https://node4:11180/v1/users/: http: server gave HTTP response to HTTPS client Need to configure vim /usr/lib/systemd/system/docker.service [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com After=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 docker ExecStart=/usr/bin/dockerd --insecure-registry=heheda.images.hub:11180 ExecReload=/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=infinity LimitNPROC=infinity LimitCORE=infinity # Uncomment TasksMax if your systemd version supports it. # Only systemd 226 and above support this version. #TasksMax=infinity TimeoutStartSec=0 # set delegate yes so that systemd does not reset the cgroups of docker containers Delegate=yes # kill only the docker process, not all processes in the cgroup KillMode=process [Install] WantedBy=multi-user.target Then restart docker
In addition, remember to configure the mapping of hosts to dsp.images.hub. For Docker v18:
The above article about harbor restarting after modifying the configuration file is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Mysql anonymous login cannot create a database problem solution
>>: JavaScript implements draggable modal box
When I first started, I found a lot of errors. In...
Six effectsImplementation Code html <h1>CSS...
There are two types of MySQL installation files, ...
Table of contents 1. Introduction to UDP and Linu...
Because if there is no forward slash at the end of...
It's embarrassing to say that I had to search ...
Preface: In the previous article, we mainly intro...
Table of contents 0x0 Introduction 0x1 Installati...
Table of contents 1. Current limiting algorithm 2...
Tip: The following operations are all performed u...
This article shares with you a graphic tutorial o...
Table of contents 1. Overview of Docker consul 2....
When using Dreamweaver or FrontPage to create HTM...
Table of contents Problem Description Historical ...
Preface Tomcat is an excellent Java container, bu...