Skip to content

Commit

Permalink
@#295 | default is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
datphan committed Jul 19, 2017
1 parent eebb772 commit 32bd8c7
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions vagrant_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,20 @@
"docker_registry": {
// set true to force re-login with all the defined entries, default: false (login once)
"force": false,
"entries": [{
"host": "https://index.docker.io/v1/",
"username": "",
"password": ""
},{
"host": "registry.gitlab.com",
"username": "",
"password": ""
}]
"entries": []
// example:
// "entries": [
// {
// "host": "https://index.docker.io/v1/",
// "username": "",
// "password": ""
// },
// {
// "host": "registry.gitlab.com",
// "username": "",
// "password": ""
// }
// ]
},
"docker_compose": {
"release": "1.11.2", // more: https://github.com/docker/compose/releases/
Expand Down

0 comments on commit 32bd8c7

Please sign in to comment.