2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 15:41:38 +01:00

update dante

This commit is contained in:
kev
2016-04-24 13:17:31 +08:00
parent d68e4af1fe
commit 1bd64c9f7c
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ ENV DANTE_FILE dante.tar.gz
ENV DANTE_TEMP dante
ENV DANTE_DEPS build-essential curl
RUN apt-get update \
RUN set -xe \
&& apt-get update \
&& apt-get install -y $DANTE_DEPS \
&& mkdir $DANTE_TEMP \
&& cd $DANTE_TEMP \

View File

@@ -1,7 +1,7 @@
Dante - A free SOCKS server
===========================
[`Dante`][1] is a product developed by Inferno Nettverk A/S. It consists of a
[Dante][1] 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.
@@ -14,7 +14,7 @@ dante:
ports:
- "1080:1080"
volumes:
- sockd.conf:/etc/sockd.conf
- ./sockd.conf:/etc/sockd.conf
restart: always
```