Docker assume one container for one application. I have two apps (samba and squid) what talk to each other with pipe file. Is it possible to expose or share this pipe file between two containers?
Asked
Active
Viewed 1,925 times
3
-
You could break container isolation to do this, but you're really meant to communicate with other containers over the network. – Michael Hampton Nov 20 '15 at 10:04
1 Answers
1
Sure, just mount a common volume where both applications expect to create/see the pipe.
womble
- 95,029
- 29
- 173
- 228