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
currently each and every docker interaction works through execution of raw docker commands using a exec.Command, it was good for the mvp, but using a proper sdk will give us more robust error handling and better type safety
proposal
currently each and every docker interaction works through execution of raw docker commands using a
exec.Command, it was good for the mvp, but using a proper sdk will give us more robust error handling and better type safety