Dockerfile: foreground and allow args to fuse-overlayfs

This commit is contained in:
Vincent Batts 2018-07-31 13:19:12 -04:00 committed by Giuseppe Scrivano
parent d73490709b
commit 1ed274ba57

View File

@ -17,5 +17,5 @@ RUN git clone https://github.com/containers/fuse-overlayfs && \
LIBS="-ldl" LDFLAGS="-static" ./configure --prefix /usr && \
make && \
make install
ENTRYPOINT ["/usr/bin/fuse-overlayfs"]
USER 1000
ENTRYPOINT ["/usr/bin/fuse-overlayfs","-f"]