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
Client.build has a default rm=False parameter whereas it is --rm=true for docker build.
Also, Client.build does not have a force-rm option. I don't use it myself, but I'm not sure if it got left out.