This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262625 - Allow Unix socket connections
Summary: Allow Unix socket connections
Status: NEW
Alias: None
Product: docker
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.2
Hardware: PC Linux
: P1 normal with 2 votes (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-30 09:16 UTC by prodoc
Modified: 2017-09-22 09:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prodoc 2016-06-30 09:16:02 UTC
It's great to see Docker support added to Netbeans! Many thanks!

It would be good to see the ability to connect to Docker through Unix sockets as well, in addition to TCP connections. On Linux systems, Docker defaults to a Unix socket and discourages the use of TCP connections due to security concern.

While Netbeans is used on multiple platforms and Unix sockets are not available on Windows, I think ease of use and security validates creating a platform exception and offer a Unix socket option on Linux platforms in addition to TCP.
Comment 1 Petr Hejl 2016-06-30 09:17:36 UTC
This is definitely planned though not for 8.2. Stay tuned.
Comment 2 comdotlinux 2017-09-22 09:24:39 UTC
Is there a workaround for now? like the one mentioned here : https://netbeans.org/bugzilla/show_bug.cgi?id=262398