Sign inSign up

boothua/dante

By boothua

Updated almost 3 years ago

Image
0

431

boothua/dante repository overview

Dante Overview

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.

Why create this image

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

docker-compose run
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
docker run -itd --name dante -p 1080:1080 boothua/dante:latest
Dockerfile is here .

Tag summary

Content type

Image

Digest

sha256:b5744a764

Size

159.9 MB

Last updated

almost 3 years ago

docker pull boothua/dante