* Get the container name (if set)
()
| 316 | * Get the container name (if set) |
| 317 | */ |
| 318 | public getContainerName(): string | undefined { |
| 319 | return this.containerName; |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Get Docker image name |
no outgoing calls
no test coverage detected