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
Add checking UID and GID upon 'ducker build'. Also overrides UID or G… (
#26)
* Add checking UID and GID upon 'ducker build'. Also overrides UID or GID when '--build-arg UID' or '--build-arg GID' is presented in config.
* Add checking '--build-arg UID' or '--build-arg GID' in CLI arguments
Add starting container for exec command if the container is not runni…
…ng. (#21)
* Add starting container for exec command if the container is not running.
* Fix errata in exec alias.
Add global and local config support. (#5)
* Add global and local config support.
* Add ducker config generation option.
* Add overwrite ask option.
Co-authored-by: JeiKeiLim <limjk@jmarple.ai>