Qiita
You are not logged in to any team
Log in to Qiita Team...
Community
List of all organizatioins
Advent Calendar
Qiita Jobs
Qiitadon (β)
Qiita Zine
Community Guideline
How to write good articles
Release note
Signup
Login
@nkmry
2016-08-12
Improve article
Send edit request
Improve article
Revisions
Edit Requests
Show all likers
Show article in Markdown
Report article
Help us understand the problem. What is going on with this article?
It's illegal (copyright infringement, privacy infringement, libel, etc.)
It's socially inappropriate (offensive to public order and morals)
It's advertising
It's spam
Other than the above, but not suitable for the Qiita community (violation of guidelines)
「server gave HTTP response to HTTPS client」と言われてDocker Private registoryのpushやpullができなかったときの対処
CentOS
Docker
More than 3 years have passed since last update.
@CentOS7
/etc/docker/daemon.json に下記を追記(もしくは新規作成)
{ "insecure-registries":["myregistry.example.com:5000"] }
dockerを再起動
systemctl restart docker
https://github.com/docker/distribution/issues/1874
Edit request
Stock
16
@nkmry
Why not register and get more from Qiita?
We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
What you can do with signing up
Sign up
Login