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

Commit 27b8772

Browse files
Do not declare home directory as a volume mount. Users should explicitly mount the home directory with -v iption for ssh keys
1 parent d8e63e0 commit 27b8772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ADD ${DOWNLOAD_URL} /tmp/go-agent.zip
3232
ADD <%= meta[:url] %> <%= file %>
3333
<% end %>
3434
# allow mounting ssh keys, dotfiles, and the go server config and data
35-
VOLUME /home/go /godata
35+
VOLUME /godata
3636

3737
# force encoding
3838
ENV LANG=en_US.utf8

0 commit comments

Comments
 (0)