Dockers
Dieser Commit ist enthalten in:
Ursprung
771f7381b9
Commit
6a4e335782
1
.gitignore
vendored
Normale Datei
1
.gitignore
vendored
Normale Datei
@ -0,0 +1 @@
|
||||
cert/
|
8
images/dev-tris/Dockerfile
Normale Datei
8
images/dev-tris/Dockerfile
Normale Datei
@ -0,0 +1,8 @@
|
||||
FROM buildpack-deps
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
ADD cert/privkey.pem /
|
||||
ADD cert/fullchain.pem /
|
||||
ADD bin/server /
|
||||
CMD [ "/server", "-b", "0.0.0.0:443" ]
|
4
images/dev-tris/Makefile
Normale Datei
4
images/dev-tris/Makefile
Normale Datei
@ -0,0 +1,4 @@
|
||||
build:
|
||||
docker build -t pq-t2 .
|
||||
run:
|
||||
docker run --name pq-t2 -p 50511:443 pq-t2
|
BIN
images/dev-tris/bin/server
Ausführbare Datei
BIN
images/dev-tris/bin/server
Ausführbare Datei
Binäre Datei nicht angezeigt.
8
images/gotls13-p1/Dockerfile
Normale Datei
8
images/gotls13-p1/Dockerfile
Normale Datei
@ -0,0 +1,8 @@
|
||||
FROM buildpack-deps
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
#ADD cert/privkey.pem /
|
||||
#ADD cert/fullchain.pem /
|
||||
ADD bin/server /
|
||||
CMD [ "/server", "-b", "0.0.0.0:443" ]
|
8
images/gotls13-p1/Makefile
Normale Datei
8
images/gotls13-p1/Makefile
Normale Datei
@ -0,0 +1,8 @@
|
||||
NAME=gotls13-p1
|
||||
build:
|
||||
docker build -t ${NAME} .
|
||||
run:
|
||||
docker run --detach --restart always --name ${NAME} -p 50600:443 ${NAME}
|
||||
|
||||
restart:
|
||||
docker restart ${NAME}
|
BIN
images/gotls13-p1/bin/server
Ausführbare Datei
BIN
images/gotls13-p1/bin/server
Ausführbare Datei
Binäre Datei nicht angezeigt.
8
images/gotls13-r1/Dockerfile
Normale Datei
8
images/gotls13-r1/Dockerfile
Normale Datei
@ -0,0 +1,8 @@
|
||||
FROM buildpack-deps
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
#ADD cert/privkey.pem /
|
||||
#ADD cert/fullchain.pem /
|
||||
ADD bin/server /
|
||||
CMD [ "/server", "-b", "0.0.0.0:443" ]
|
8
images/gotls13-r1/Makefile
Normale Datei
8
images/gotls13-r1/Makefile
Normale Datei
@ -0,0 +1,8 @@
|
||||
NAME=gotls13-r1
|
||||
build:
|
||||
docker build -t ${NAME} .
|
||||
run:
|
||||
docker run --detach --restart always --name ${NAME} -p 50602:443 ${NAME}
|
||||
|
||||
restart:
|
||||
docker restart ${NAME}
|
BIN
images/gotls13-r1/bin/server
Ausführbare Datei
BIN
images/gotls13-r1/bin/server
Ausführbare Datei
Binäre Datei nicht angezeigt.
8
images/prd-gotls13/Dockerfile
Normale Datei
8
images/prd-gotls13/Dockerfile
Normale Datei
@ -0,0 +1,8 @@
|
||||
FROM buildpack-deps
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
#ADD cert/privkey.pem /
|
||||
#ADD cert/fullchain.pem /
|
||||
ADD bin/server /
|
||||
CMD [ "/server", "-b", "0.0.0.0:443", "-enable_sidh" ]
|
7
images/prd-gotls13/Makefile
Normale Datei
7
images/prd-gotls13/Makefile
Normale Datei
@ -0,0 +1,7 @@
|
||||
build:
|
||||
docker build -t pq-t1 .
|
||||
run:
|
||||
docker run --detach --restart always --name pq-t1 -p 50510:443 pq-t1
|
||||
|
||||
restart:
|
||||
docker restart pq-t1
|
BIN
images/prd-gotls13/bin/server
Ausführbare Datei
BIN
images/prd-gotls13/bin/server
Ausführbare Datei
Binäre Datei nicht angezeigt.
8
images/tst-gotls13/Dockerfile
Normale Datei
8
images/tst-gotls13/Dockerfile
Normale Datei
@ -0,0 +1,8 @@
|
||||
FROM buildpack-deps
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
#ADD cert/privkey.pem /
|
||||
#ADD cert/fullchain.pem /
|
||||
ADD bin/server /
|
||||
CMD [ "/server", "-b", "0.0.0.0:443", "-enable_sidh" ]
|
7
images/tst-gotls13/Makefile
Normale Datei
7
images/tst-gotls13/Makefile
Normale Datei
@ -0,0 +1,7 @@
|
||||
build:
|
||||
docker build -t pq-t1 .
|
||||
run:
|
||||
docker run --detach --restart always --name pq-t1 -p 50510:443 pq-t1
|
||||
|
||||
restart:
|
||||
docker restart pq-t1
|
BIN
images/tst-gotls13/bin/server
Ausführbare Datei
BIN
images/tst-gotls13/bin/server
Ausführbare Datei
Binäre Datei nicht angezeigt.
8
images/tst-tris/Dockerfile
Normale Datei
8
images/tst-tris/Dockerfile
Normale Datei
@ -0,0 +1,8 @@
|
||||
FROM buildpack-deps
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
#ADD cert/privkey.pem /
|
||||
#ADD cert/fullchain.pem /
|
||||
ADD bin/server /
|
||||
CMD [ "/server", "-b", "0.0.0.0:443", "-enable_sidh" ]
|
7
images/tst-tris/Makefile
Normale Datei
7
images/tst-tris/Makefile
Normale Datei
@ -0,0 +1,7 @@
|
||||
build:
|
||||
docker build -t pq-t1 .
|
||||
run:
|
||||
docker run --detach --restart always --name pq-t1 -p 50510:443 pq-t1
|
||||
|
||||
restart:
|
||||
docker restart pq-t1
|
BIN
images/tst-tris/bin/server
Ausführbare Datei
BIN
images/tst-tris/bin/server
Ausführbare Datei
Binäre Datei nicht angezeigt.
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren