Stops this container.
@override Future<bool> stop({Duration? timeout}) => dockerHost.stopByInstanceID(instanceID, timeout: timeout);