Исходный код вики Docker. Сценарии
Версия 1.2 от Alexandr Fokin на 2024/11/21 17:12
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:158px" %)Доступ в регистр по http|(% style="width:1321px" %)((( | ||
2 | Docker repository server gave HTTP response to HTTPS client | ||
3 | [[https:~~/~~/stackoverflow.com/questions/49674004/docker-repository-server-gave-http-response-to-https-client>>https://stackoverflow.com/questions/49674004/docker-repository-server-gave-http-response-to-https-client]] | ||
4 | |||
5 | Необходимо прописать адрес регистра в конфигурацию {{code language="cmd"}}/etc/docker/daemon.json{{/code}} и перезапустить службу. | ||
6 | {{code language="json"}}"insecure-registries":["<ip>:<port>"]{{/code}} | ||
7 | ))) | ||
8 | |(% style="width:158px" %) |(% style="width:1321px" %) | ||
9 | |(% style="width:158px" %) |(% style="width:1321px" %) | ||
10 | |||
11 |