You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't ListServicesAsync(ServicesListParameters, CancellationToken) respectively InspectServiceAsync(string, CancellationToken) return the service information?
No from what I can see, docker service ps --no-trunc servicename returns different error information for example, when a service's tasks cannot be scheduled (are rejected) due to an error with an invalid bind mount specification the "error" given from docker service ps --no-trunc servicename is more helpful
I am wondering if there is an api to get the equivalent to
docker service ps --no-trunc servicename
I have tried to explore the api surface but can't see an obvious match.
The text was updated successfully, but these errors were encountered: