Skip to content

Commit 35f3674

Browse files
committed
@ #170 | should persist docker auth token after login success: cleanup and add config for home/.docker
1 parent e5bf79b commit 35f3674

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ workspace/*
155155
home/.virtualenvs/*
156156
!home/.virtualenvs/.gitkeep
157157

158+
home/.docker/*
159+
!home/.docker/.gitkeep
160+
158161
nodes/*.json
159162

160163
vagrant_config_override.json
File renamed without changes.

home/.ssh/authorized_keys

-1
This file was deleted.

home/.virtualenvs/.gitkeep

Whitespace-only changes.

vagrant_config.json

+10
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
"host":"./workspace",
3838
"guest":"/home/vagrant/workspace",
3939
"rsync__exclude": [".git", ".idea/", "node_modules/", "bower_components/", ".npm/"]
40+
},
41+
// should persist docker auth token after login success #170
42+
{
43+
"type":"virtual_box",
44+
"host":"./home/.docker",
45+
"guest":"/home/vagrant/.docker",
46+
"mount_options":[
47+
"dmode=775",
48+
"fmode=755"
49+
]
4050
}
4151
//disable .virtualenvs mapping due to this: https://issues.teracy.org/browse/DEV-116
4252
//to enable this, configure vm_sync_folders on vagrant_config_override.json

0 commit comments

Comments
 (0)