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 262398

Summary: Add support for Docker for Mac
Product: docker Reporter: arungupta <arungupta>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal CC: jyeary, mkleint
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description arungupta 2016-06-10 21:49:16 UTC
Currently, Docker can be configured only using Docker Machine (Mac or OSX) or local (Unix). Docker for Mac and Windows should be supported as well.
Comment 1 Petr Hejl 2016-06-11 06:02:40 UTC
Docker for Windows is supported AFAIK. Docker for Mac has to wait for socket library approval. You can use "socat TCP-LISTEN:2376,reuseaddr,fork UNIX-CLIENT:/var/run/docker.sock" and connect through TCP on Mac.
Comment 2 Milos Kleint 2016-09-27 23:23:02 UTC
any updates on docker for mac? it's now the official thing for mac users
Comment 3 Petr Hejl 2016-09-28 06:31:55 UTC
Not for 8.2. The code is there and ready we need to add a socket library. In meantime you may use socat as a workaround.