swarmSelfNodeID method

Future<String?> swarmSelfNodeID()

Returns the node ID of the current Docker Daemon the swarm cluster.

Implementation

Future<String?> swarmSelfNodeID() => DockerCMD.swarmSelfNodeID(this);