Skip to content

Commit

Permalink
docker: add HOME environment variable and default config
Browse files Browse the repository at this point in the history
Change-Id: I82b8d46ba74dc648786c23e68a1d1498c893108a
  • Loading branch information
pulsejet committed Nov 19, 2023
1 parent 23135a4 commit 9b877c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ COPY --from=builder /usr/bin/nfdc /usr/bin/
COPY --from=builder /usr/bin/nfd-status-http-server /usr/bin/
COPY --from=builder /usr/share/ndn/ /usr/share/ndn/

COPY --from=builder /etc/ndn/nfd.conf.sample /config/nfd.conf

ENV HOME=/config

VOLUME /config
VOLUME /run/nfd

Expand Down

0 comments on commit 9b877c3

Please sign in to comment.