essai sans tiny
This commit is contained in:
parent
aac0d8bf7b
commit
fea410b03b
12
Dockerfile
12
Dockerfile
@ -4,12 +4,12 @@ LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
|
|||||||
RUN apk add --no-cache iperf3 && \
|
RUN apk add --no-cache iperf3 && \
|
||||||
adduser -D iperf
|
adduser -D iperf
|
||||||
|
|
||||||
# Add Tini
|
## Add Tini
|
||||||
ENV "TINI_VERSION" "v0.16.1"
|
#ENV "TINI_VERSION" "v0.16.1"
|
||||||
ADD "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" "/tini"
|
#ADD "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" "/tini"
|
||||||
RUN chmod +x "/tini"
|
#RUN chmod +x "/tini"
|
||||||
ENTRYPOINT ["/tini", "--"]
|
#ENTRYPOINT ["/tini", "--"]
|
||||||
|
|
||||||
USER "iperf"
|
USER "iperf"
|
||||||
|
|
||||||
CMD [ "/usr/bin/iperf3" ]
|
ENTRYPOINT [ "/usr/bin/iperf3" ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user