UDP support
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
This commit is contained in:
parent
8988c8f9af
commit
115d42e0f0
72 changed files with 4730 additions and 321 deletions
14
integration/resources/compose/udp.yml
Normal file
14
integration/resources/compose/udp.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
whoami-a:
|
||||
image: containous/whoamiudp:dev
|
||||
command: -name whoami-a
|
||||
|
||||
whoami-b:
|
||||
image: containous/whoamiudp:dev
|
||||
command: -name whoami-b
|
||||
|
||||
whoami-c:
|
||||
image: containous/whoamiudp:dev
|
||||
command: -name whoami-c
|
||||
|
||||
whoami-d:
|
||||
image: containous/whoami
|
Loading…
Add table
Add a link
Reference in a new issue