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 - Add support for Docker for Mac
Summary: Add support for Docker for Mac
Status: NEW
Alias: None
Product: docker
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-10 21:49 UTC by arungupta
Modified: 2017-11-22 04:59 UTC (History)
2 users (show)

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 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.