Sign inSign up

cloudfoundry/tcp-sample-receiver

Sponsored OSS

By Linux Foundation

Updated about 11 years ago

TCP Sample receiver

Image
0

8.1K

cloudfoundry/tcp-sample-receiver repository overview

This receiver opens and listens to port 5222, and echoes back every message sent to it with the prefix of the service name:

Please use the following steps to test it:

  1. Run the sample receiver

docker run -p 50000:5222 cloudfoundry/tcp-sample-receiver

  1. Connect to the receiver to the external port, for example using netcat:

nc $(boot2docker ip) 50000

  1. Send a message, ex: "poke", and observe response message

docker-server1:poke

Tag summary

Content type

Image

Digest

sha256:32143e6cf

Size

4.3 MB

Last updated

about 11 years ago

docker pull cloudfoundry/tcp-sample-receiver

This week's pulls

Pulls:

1

Last week