Skip to content

Commit 737de02

Browse files
author
Lev Orlov
committed
fix docker docs
1 parent 9091c26 commit 737de02

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/osa-proxy/config-docker.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
3837
After 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

docs/osa-proxy/config-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
## Использование поддоменов для доступа

0 commit comments

Comments
 (0)