We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f0d7a commit af3baccCopy full SHA for af3bacc
1 file changed
typedb/localstack_typedb/utils/docker.py
@@ -29,8 +29,8 @@
29
30
class ProxiedDockerContainerExtension(Extension, ProxyRequestMatcher):
31
"""
32
- Utility class to create a LocalStack Extension backed by a Docker container that exposes a service
33
- on a network port (or several ports), with requests being proxied through the LocalStack gateway.
+ Utility class to create a LocalStack Extension which runs a Docker container that exposes a service
+ on one or more ports, with requests being proxied to that container through the LocalStack gateway.
34
35
Requests may potentially use HTTP2 with binary content as the protocol (e.g., gRPC over HTTP2).
36
To ensure proper routing of requests, subclasses can define the `http2_ports`.
0 commit comments