- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have encounter issue on pushing the image to the docker registry when i am trying to deploy eii on multi nodes. The cloud services i am using is thingsboard and the attached is the error i found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jpei_ng
For this issue, if you are using the private docker registry you will need to enable insecure registy over http for the local network.
1. Edit the daemon.json file, whose default location is /etc/docker/daemon.json If the daemon.json file does not exist, create it. Assuming there are no other settings in the file, it should have the following contents:
{
"insecure-registries" : ["<IP address of Registry Server>:5000"]
}
This need to be configured to all system that will push and pull using the docker registry.
2. Restart the docker service
$ sudo systemctl daemon-reload
$ sudo systemctl restart-docker
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jpei_ng
For this issue, if you are using the private docker registry you will need to enable insecure registy over http for the local network.
1. Edit the daemon.json file, whose default location is /etc/docker/daemon.json If the daemon.json file does not exist, create it. Assuming there are no other settings in the file, it should have the following contents:
{
"insecure-registries" : ["<IP address of Registry Server>:5000"]
}
This need to be configured to all system that will push and pull using the docker registry.
2. Restart the docker service
$ sudo systemctl daemon-reload
$ sudo systemctl restart-docker
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page