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
I am trying to build a diagnostic tool and am using shiplift to get status of docker containers.
Now the target machine may or may not have docker running, and I don't want the tool to error out.
I am unsure if its possible as of now, looking at the docs.
The text was updated successfully, but these errors were encountered:
Maybe shiplift::new() can return an option?
I am trying to build a diagnostic tool and am using shiplift to get status of docker containers.
Now the target machine may or may not have docker running, and I don't want the tool to error out.
I am unsure if its possible as of now, looking at the docs.
The text was updated successfully, but these errors were encountered: