Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Do not declare home directory as a volume mount. Users should explici…
Browse files Browse the repository at this point in the history
…tly mount the home directory with -v iption for ssh keys
  • Loading branch information
varshavaradarajan committed Apr 5, 2017
1 parent d8e63e0 commit 27b8772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ADD ${DOWNLOAD_URL} /tmp/go-agent.zip
ADD <%= meta[:url] %> <%= file %>
<% end %>
# allow mounting ssh keys, dotfiles, and the go server config and data
VOLUME /home/go /godata
VOLUME /godata

# force encoding
ENV LANG=en_US.utf8
Expand Down

0 comments on commit 27b8772

Please sign in to comment.