File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ docker:
3232 scan-package : true
3333 registry : https://registry-1.docker.io
3434 auth-token-url : https://auth.docker.io
35- registry : https://jfrog.host.ru/docker-remote
3635` ` `
3736
3837After configuring the proxy server and adding it to ` application.yml`, the command to pull an image will look like this:
3938
4039` ` ` bash
41- docker pull {osa-proxy-url}/codescoring-docker/ library/alpine:latest
40+ docker pull {osa-proxy-url}/library/alpine:latest
4241` ` `
4342
4443# # Using subdomains for access
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ docker:
3636После настройки прокси-сервера и добавления его в application.yml, команда для загрузки образа будет выглядеть так:
3737
3838` ` ` bash
39- docker pull {osa-proxy-url}/codescoring-docker/ library/alpine:latest
39+ docker pull {osa-proxy-url}/library/alpine:latest
4040```
4141
4242## Использование поддоменов для доступа
You can’t perform that action at this time.
0 commit comments