Dante is a product developed by Inferno Nettverk A/S. It consists of a SOCKS server and a SOCKS client, implementing RFC 1928 and related standards. It is a flexible product that can be used to provide convenient and secure network connectivity.
Since the official dante image does not support the arm64 architecture of the cpu, here I myself based on the official source code to build a support arm64/amd64 dante image
version: '3'
services:
dante:
image: boothua/dante
container_name: dante
hostname: dante
restart: always
ports:
- "1080:1080"
volumes:
- ./sockd.conf:/etc/sockd.conf
docker run -itd --name dante -p 1080:1080 boothua/dante:latest
Content type
Image
Digest
sha256:b5744a764…
Size
159.9 MB
Last updated
almost 3 years ago
docker pull boothua/dante