@cryptotaxi247 / kubo / commits / e933a5797

docker: allow IPFS_LOGGING to be passed

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Apr 28, 2016 at 20:57 UTC e933a579767fd04a5355ae18ee86c86ceda58e93
2 files changed +3
Dockerfile
+2
@@ -26,6 +26,8 @@ EXPOSE 8080
26 ENV GX_IPFS ""
27 # The IPFS fs-repo within the container
28 ENV IPFS_PATH /data/ipfs
29 +# The default logging level
30 +ENV IPFS_LOGGING ""
31 # Golang stuff
32 ENV GO_VERSION 1.5.4-r0
33 ENV GOPATH /go
test/Dockerfile
+1
@@ -16,6 +16,7 @@ EXPOSE 8080
16
17 ENV GX_IPFS ""
18 ENV IPFS_PATH /data/ipfs
19 +ENV IPFS_LOGGING ""
20 ENV GO_VERSION 1.5.4-r0
21 ENV GOPATH /go
22 ENV PATH /go/bin:$PATH