Y
Hacker News
new
|
ask
|
show
|
jobs
by
rmoriz
3590 days ago
How is the overlay network encrypted? I couldn't find any information.
https://github.com/docker/docker/issues/24253
says it's not encrypted by default and must be enabled manually.
1 comments
bigmac
3590 days ago
You're right -- it needs to be enabled manually using `--opt encrypted`. 1.13 is shooting for this to be the default.
link