tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

CoreOS/systemd support for docker #83

Closed btrepp closed 10 years ago

btrepp commented 10 years ago

Currently it seems vagrant-proxyconf assumes either upstart or init scripts for docker, thus it fails

Vagrant assumes that this means the command failed!

service docker restart || /etc/init.d/docker restart

Stdout from the command:

Stderr from the command:

bash: line 2: service: command not found
bash: line 2: /etc/init.d/docker: No such file or directory

On coreOS as it is using systemd.

Full debug log is here https://gist.github.com/btrepp/a52650dfd3dc5ba1fdae

btrepp commented 10 years ago

Should've searched better!. Can see a pull request doing something similar to what I have.