Vagrant: Avoid using "configure_networks" on the Guest OS Using Tiny Core Linux

I am working to get Vagrant to allow me to configure the Tiny Core Linux image and was unable to overcome the following error:

Vagrant attempted to execute the capability 'configure_networks' on the detect guest OS 'linux', but the guest doesn't support that capability. This capability is required for your configuration of Vagrant. Please either reconfigure Vagrant to avoid this capability or fix the issue by creating the capability. 

I tried playing with the configuration parameters http://docs.vagrantup.com/v2/networking/basic_usage.html and still have not been able to find the config.vm.networks configuration that avoids calling the configure_networks block in Wagrant. Am I missing an obvious configuration or is this a bug in Vagrant?

+6
source share

Source: https://habr.com/ru/post/946450/


All Articles