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
feat(context): create and delete docker contexts (#80)
* chore: check the current docker socket path has a valid schema
* feat: check for rootless docker using the XDG_RUNTIME_DIR env var
* feat(config): save a config file to disk
* feat: add and delete docker contexts
* chore: set default context if the deleted one is the current
* docs: document new APIs
* fix: proper rootless env var check
* chore: proper variable name
* chore: rename error message
* fix: proper order in go.work
* chore: proper error message
* chore: store config filepath in the struct
* docs: document saving the config
* chore: simplify
0 commit comments