Skip to content

Commit

Permalink
Update: specify the min version of Docker Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
altfoxie committed Jun 2, 2024
1 parent ffa4bcd commit 1fa19a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions src/en/use.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# How to Use {#usage}

> [!WARNING] huecker.io is in the development stage and does not guarantee 100% availability and security.
huecker.io is in the development stage and does not guarantee 100% availability and security.

## 1. New Secure Method (SOCKS5) <Badge type="warning" text="experiment" /> {#socks5}

**This method eliminates the possibility of traffic interception and image tampering.**
<!-- thanks @dmitry_pchelintsev -->

> [!IMPORTANT] Works only with Docker Engine 23.0 and above
> [!NOTE] Limitations
> [!WARNING] Limitations
> Proxy connects only to `registry-1.docker.io` and other servers necessary for Docker Hub to work.
> To access other resources, such as `ghcr.io`, specify their addresses in the `no-proxy` parameter.
**This method eliminates the possibility of traffic interception and image tampering.**

By using a SOCKS5 proxy, you receive data from the original sources **without any modifications**.
Additionally, SSL certificate verification is performed, reducing the risk **to virtually zero**.

Expand All @@ -24,6 +28,8 @@ Config example ([located here](#config-path)):
}
```

<!-- thanks @krant0r for 443 -->

> IP: `95.217.168.125`, ports: `1080`, `443`
> We recommend using a domain name, the IP address is not guaranteed to be constant.
Expand Down
12 changes: 9 additions & 3 deletions src/use.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Использование {#usage}

> [!WARNING] huecker.io находится в стадии разработки и не гарантирует 100% доступности и безопасности.
huecker.io находится в стадии разработки и не гарантирует 100% доступности и безопасности.

## 1. Новый безопасный способ (SOCKS5) <Badge type="warning" text="эксперимент" /> {#socks5}

**Этот способ исключает возможность перехвата трафика и подмены образов.**
<!-- thanks @dmitry_pchelintsev -->

> [!IMPORTANT] Работает только с Docker Engine 23.0 и выше
> [!NOTE] Ограничения
> [!WARNING] Ограничения
> Прокси подключается только к `registry-1.docker.io` и другим необходимым для работы Docker Hub серверам.
> Для обращения к другим ресурсам, например `ghcr.io`, укажите их адреса в параметре `no-proxy`.
**Этот способ исключает возможность перехвата трафика и подмены образов.**

При использовании SOCKS5 прокси, вы получаете данные от оригинальных источников **без изменений**.
Вдобавок, выполняется проверка SSL сертификатов, что сводит вероятность атаки **практически к нулю**.

Expand All @@ -24,6 +28,8 @@
}
```

<!-- thanks @krant0r for 443 -->

> IP: `95.217.168.125`, порты: `1080`, `443`
> Рекомендуем использовать доменное имя, постоянство IP не гарантируется.
Expand Down

0 comments on commit 1fa19a9

Please sign in to comment.