EnvironmentVariable type Signature: export type EnvironmentVariable = { name: string; value: string; }; DockerContainer EphemeralHostPort