https://github.com/cyberlight/docker-dante-aarch64
Dante proxy for aarch64 architecture
https://github.com/cyberlight/docker-dante-aarch64
Last synced: 5 months ago
JSON representation
Dante proxy for aarch64 architecture
- Host: GitHub
- URL: https://github.com/cyberlight/docker-dante-aarch64
- Owner: CyberLight
- Created: 2021-12-22T07:00:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T07:12:13.000Z (over 4 years ago)
- Last Synced: 2025-09-01T14:43:08.066Z (10 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dante proxy for aarch64
Inspired by a huge cpu utilization when using amd64 image of [wernight/docker-dante](https://github.com/wernight/docker-dante)
The idea behind `config.guess` and `config.sub` to support the **aarch64** architecture comes from [zhukovra/tgdante-arm64](https://github.com/zhukovra/tgdante-arm64)
* Build image
```bash
docker build -t cyberlight/dante-aarch64 .
```
* Push to docker registry
```
docker push cyberlight/dante-aarch64:latest
```