Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Commit

Permalink
Remove USER directive
Browse files Browse the repository at this point in the history
  • Loading branch information
blalor committed Jul 30, 2014
1 parent a532dca commit fad284f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ MAINTAINER Brian Lalor <[email protected]>

ADD release/docker-hosts /usr/local/bin/

USER nobody
## should *not* run as root, but needs access to /var/run/docker.sock, which
## should *not* be accessible by nobody. *sigh*
#USER nobody
ENTRYPOINT ["/usr/local/bin/docker-hosts"]

0 comments on commit fad284f

Please sign in to comment.