Docker specifies a method for multiple Insecure registry

Source: Internet
Author: User
Tags kibana docker registry

Docker if you need to manage the image from a non-SSL source, you need to configure the Insecury-registry parameter for the Docker profile, typically modifying its configuration file in the following location:

*/etc/sysconfig/docker

*/etc/init.d/docker

By default, the Insecure_registry parameter is commented out and can be configured to target non-SSL-encrypted Docker Registry, as needed, for example:

Insecure_registry= '--insecure-registry 10.XX. Xx. xx:5000 '

If you need to explicitly label multiple non-SSL sources at the same time, add multiple insecure-registry tags, for example:

Insecure_registry= '--insecure-registry 10.XX. Xx. xx:5000--insecure-registry 10.XX. Xx. xx:5000 '

Before you push a custom image to the target registry, you need to tag the image, such as the path (port) information that does not contain registry in the tag, The default push image to the official source (Docker.io), if you need to push to a custom mirror source, you need to tag the target with the address of the custom image repository, such as:
sudo docker tag docker.io/kibana:4.5 10.XX. xx.xxx:5000/example/sub/kibana:4.5

This instruction allows you to mark the docker.io/kibana:4.5 image downloaded by the Docker official image source as a new image with a custom repository path (10. Xx. xx.xxx:5000/example/sub/kibana:4.5)

After marking, you can use Sodu Docker images to check the image is correctly specified repository information and tag information, confirm the error, you can push to the custom repository:

sudo docker push 10.XX. xx.xxx:5000/example/sub/kibana:4.5

Under normal circumstances, the image has been pushed to 10. Xx. Xx.xxx:5000/example/sub path.

Docker specifies a method for multiple Insecure registry

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.