Is it possible to get terminal notifications in OSX through a docker container?

1k views Asked by At

For instance, libnotify sends file events through a specific port (I don't remember which one).

  1. Is it an event send on a specific port? In which case I would guess it would be possible for a linux container to send an event to the host OSX development machine.

  2. It connects, or calls a OSX command, which is likely only available on the host OSX machine.

Anyone have insights on this?

0

There are 0 answers