Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
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: docker-archive/compose-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.27
Choose a base ref
...
head repository: docker-archive/compose-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.28
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 25, 2022

  1. Fall back to global CLI socket on Linux

    DD relies on having the CLI socket available in /var/run when running in
    WSL. So in case we can't find the CLI socket in the calling user's home
    directory, fall back to /var/run.
    
    Signed-off-by: Piotr Stankiewicz <[email protected]>
    p1-0tr committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    cfa212f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2177 from p1-0tr/ps-global-cli-sock-fallback

    Fall back to global CLI socket on Linux
    glours authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    77e61c2 View commit details
    Browse the repository at this point in the history
Loading