Update README.md
This commit is contained in:
parent
127084fa24
commit
b6c962407a
|
|
@ -151,13 +151,13 @@ tg://socks/?server=192.168.1.139&port=1080&user=userx&pass=123456
|
||||||
|
|
||||||
#### Настраиваем компьютер на компиляцию под ARM64 процессор роутера
|
#### Настраиваем компьютер на компиляцию под ARM64 процессор роутера
|
||||||
```bash
|
```bash
|
||||||
docker run --privileged --rm tonistiigi/binfmt --install all\n
|
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||||
docker buildx create --name mybuilder --use
|
docker buildx create --name mybuilder --use
|
||||||
docker buildx inspect --bootstrap
|
docker buildx inspect --bootstrap
|
||||||
```
|
```
|
||||||
#### Собираем образ для роутера
|
#### Собираем образ для роутера
|
||||||
```bash
|
```bash
|
||||||
docker buildx build --platform linux/arm64 -t tg-proxy-flint:latest --load .\n
|
docker buildx build --platform linux/arm64 -t tg-proxy-flint:latest --load .
|
||||||
```
|
```
|
||||||
#### Сохраняем образ в файл
|
#### Сохраняем образ в файл
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue