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

Config + hook to restart docker on 'vagrant up' #51

Closed
wants to merge 2 commits into from
Closed

Config + hook to restart docker on 'vagrant up' #51

wants to merge 2 commits into from

Conversation

coolbrg
Copy link
Contributor

@coolbrg coolbrg commented Feb 16, 2016

Fix: #12 and #21.

@navidshaikh
Copy link
Collaborator

With this approach Vagrantfile will look like

 Vagrant.configure(2) do |config|
  config.vm.box = "projectatomic/adb"
  config.vm.network "private_network", type: "dhcp"
  config.servicemanager.providers = 'docker'
end

@coolbrg
Copy link
Contributor Author

coolbrg commented Feb 16, 2016

Probably we need to update README to for it.

@coolbrg
Copy link
Contributor Author

coolbrg commented Feb 17, 2016

Closing this PR as new PR #54 given through separate branch instead of master to have better collaboration.

@coolbrg coolbrg closed this Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants