Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Disable TLS #13

Closed
thedug opened this issue Feb 19, 2015 · 4 comments
Closed

Disable TLS #13

thedug opened this issue Feb 19, 2015 · 4 comments

Comments

@thedug
Copy link

thedug commented Feb 19, 2015

I added this to my Vagrantfile to disable TLS so that it is easy to get dev environment started.

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell",
inline: "echo 'DOCKER_TLS=no' >> /var/lib/boot2docker/profile; /etc/init.d/docker restart"
end

@tonivdv
Copy link

tonivdv commented Feb 19, 2015

👍

In the mean time, try YungSang#22 (comment)

@thedug
Copy link
Author

thedug commented Feb 19, 2015

@tonivdv

Thanks unless there is a compelling reason to enable TLS I'm going to leave it disabled.

@tonivdv
Copy link

tonivdv commented Feb 19, 2015

Ah yes, I wrongly read your first comment. Seems today I'm doing too much at the same time (I'm missing the woman multi tasking gift ;p )

Thanks for sharing the disabling feature!

@dduportal
Copy link
Owner

Hi @thedug !

TLS should be enabled by default, as this is a default behavior from Docker.

Anyway, as @tonivdv pointed out, you can automate the process thru bootlocal.sh (disabling TLS or copying the certs).

Thanks for all those things !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants