test-images
Created for pulling and working with test images on Azure Container Apps
10K+
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://localhostYou 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
Content type
Image
Digest
sha256:323948149…
Size
8.9 GB
Last updated
over 1 year ago
docker pull tdarolywala/test-images:large-image-size