dockerHost property

  1. @override
DockerHostLocal dockerHost
override

DockerHost where this container is running.

Implementation

@override
DockerHostLocal get dockerHost => super.dockerHost as DockerHostLocal;