Search code examples
dockerboot2dockerdocker-machine

docker-machine without TLS verification


I'm using docker-machine v0.3.0-RC-1 and I need create a host on virtualbox without TLS verification, but I don't know if it's posible to do it? Anybody know a ligth way to do it?


Solution

  • After some research about it and interchange with other user over freenode chat room, I found that in current version this option is not available, you can't set env var to disable TLS verification on creation process with docker-machine. Also some people recommend for now use solution presented on deis/issues/2230.