/**
  * Obtain the {@link InetAddress} of the Docker daemon.
  *
  * @return the {@link InetAddress} of the Docker daemon.
  */
 @Override
 public InetAddress getAddress() {
   return docker.getDaemonInetAddress(clientPlatform);
 }