tdarolywala/test-images

By tdarolywala

Updated over 1 year ago

Created for pulling and working with test images on Azure Container Apps

Image
Networking
Web servers
Operating systems
0

10K+

tdarolywala/test-images repository overview

The grpc_websocket_server is a basic golang server that is running a websockets server on port 9090 and a GRPC server on port 9091.

Run this image using docker run -p 9090:9090 -p 9091:9091 grpc_websocket_server

  • You can ping the websockets server by downloading websocat

    • echo '{"message":"Hello Server"}' | websocat wss://localhost
  • You can ping the grpc server using this golang client code client.go. Please make sure to change the name of the url addr in the code

    • go run client.go
    • go run client.go --name=Alice

Tag summary

Content type

Image

Digest

sha256:323948149

Size

8.9 GB

Last updated

over 1 year ago

docker pull tdarolywala/test-images:large-image-size