> @@ -109,7 +109,7 @@ public DockerComputeServiceAdapter(DockerApi api) {
>  
>           HostConfig.Builder hostConfigBuilder = HostConfig.builder()
>                   .publishAllPorts(true)
> -                 .privileged(true);
> +                 .privileged(false);

probably better to add a property in the DockerTemplateOptions

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/248/files/b51b69b4e9e243d66a8390fdc4d628a5b904e5f5#r56723438

Reply via email to