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.25
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.26
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 22, 2022

  1. Use Docker CLI socket from the User's home directory

    We should not rely on having a global path for the Docker CLI socket. On
    macOS this forces Docker Desktop to access directories which require
    raised privileges. Whereas on Linux we do not create sockets in that
    location at all, currently. So look for the Docker CLI socket in the
    User's home directory.
    
    Signed-off-by: Piotr Stankiewicz <[email protected]>
    p1-0tr committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f922ff9 View commit details
    Browse the repository at this point in the history
  2. Switch to using addlicense for copyright header validation

    Signed-off-by: Piotr Stankiewicz <[email protected]>
    p1-0tr committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    19ac0ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2171 from p1-0tr/ps-docker-cli-sock-from-home

    Use Docker CLI socket from home
    glours authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    471888f View commit details
    Browse the repository at this point in the history
Loading