3

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?

Martin Schröder
  • 315
  • 1
  • 5
  • 24
Raf
  • 163
  • 7

1 Answers1

1

Sure, just mount a common volume where both applications expect to create/see the pipe.

womble
  • 95,029
  • 29
  • 173
  • 228