Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeed142 + 3969549 commit 21de709Copy full SHA for 21de709
Dockerfile
@@ -16,9 +16,9 @@ RUN apt update -y && apt upgrade -y && \
16
# create docker user
17
RUN useradd -M -s /usr/sbin/nologin -u 33333 exporter
18
19
-ARG DOCKER_WORK_DIR
20
-ARG DOCKER_CONFIG_DIR
21
-ARG DOCKER_EXPORT_DIR
+ARG DOCKER_WORK_DIR=/export
+ARG DOCKER_CONFIG_DIR=/export/config
+ARG DOCKER_EXPORT_DIR=/export/dump
22
23
ENV DOCKER_CONFIG_DIR=${DOCKER_CONFIG_DIR}
24
ENV DOCKER_EXPORT_DIR=${DOCKER_EXPORT_DIR}
0 commit comments