Some client requirements
This commit is contained in:
parent
0dd3c82572
commit
34c5b00336
@ -6,7 +6,7 @@ FROM debian:stretch-slim
|
||||
|
||||
# We need curl to download the install from a website
|
||||
RUN apt-get update \
|
||||
&& apt-get install -yyq curl \
|
||||
&& apt-get install -yyq curl procps \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
# Download and Install client
|
||||
|
2
dsm.sys
2
dsm.sys
@ -1,6 +1,6 @@
|
||||
SErvername docker
|
||||
COMMmethod TCPip
|
||||
MANAGEDServices schedule
|
||||
* MANAGEDServices schedule
|
||||
TCPPort 1500
|
||||
TCPServeraddress spectrumprotect
|
||||
PASSWORDAccess generate
|
||||
|
Reference in New Issue
Block a user