I want my docker machine use bridge network on VirtualBox but I could find any option for this on docker-machine create --driver virtualbox so I just fix it through VirtualBox settings by hand.
After fixing the network setting, However, docker-machine ls shows this error for the docker machine.
Machine does not have a host-only adapter.
I have questions on these issues.
- Is there any way to create
docker machinewithbridge networkfrom the first. - In there any way to make
docker-machinework properly after fixing the network setting tobridge.(for now, I am just re-creating thedocker machinethroughgeneric driver) - If there isn't any way, why does docker prevent
bridge network, any reason?