Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JeiKeiLim/ducker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: JeiKeiLim/ducker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 5, 2023

  1. 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.
    JeiKeiLim authored Jun 5, 2023
    Copy the full SHA
    a01ed1c View commit details

Commits on Jun 21, 2023

  1. Fix alises for to which should have been and to for convinience. And …

    …bump up the default ubuntu version to 22.04 (#25)
    JeiKeiLim authored Jun 21, 2023
    Copy the full SHA
    cd5789f View commit details
  2. 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
    JeiKeiLim authored Jun 21, 2023
    Copy the full SHA
    a385508 View commit details

Commits on Jul 2, 2023

  1. Add DUCKER_DEBUG environment variable check to print raw command only…

    …. Fix ducker exec to use default shell type by default. (#28)
    JeiKeiLim authored Jul 2, 2023
    Copy the full SHA
    98e7a26 View commit details
Loading