Uses of Interface
cloud.localstack.docker.annotation.IHostNameResolver
| Package | Description |
|---|---|
| cloud.localstack.docker.annotation |
-
Uses of IHostNameResolver in cloud.localstack.docker.annotation
Classes in cloud.localstack.docker.annotation that implement IHostNameResolver Modifier and Type Class Description classEC2HostNameResolverFinds the hostname of the current EC2 instance This is useful for a CI server that is itself a docker container and which mounts the docker unix socket from the host machine.classLocalHostNameResolverA default host name resolverMethods in cloud.localstack.docker.annotation that return types with arguments of type IHostNameResolver Modifier and Type Method Description java.lang.Class<? extends IHostNameResolver>hostNameResolver()Used for determining the host name of the machine running the docker containers so that the containers can be addressed.