tmatilai / vagrant-proxyconf

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

Support boxes missing sudo #122

Closed jersub closed 9 years ago

jersub commented 9 years ago

On boxes missing sudo e.g. a Docker-provided Debian under the root user, we get the following error:

bash: sudo: command not found

Such boxes should be supported as well.

tmatilai commented 9 years ago

Sorry, but sudo is required by Vagrant itself (see the box documentation). Even if vagrant-proxyconf would support that kind of boxes, other vagrant functions would fail anyway.

jersub commented 9 years ago

Thanks for this explanation, thus it makes sense.