Skip to content

Update kb-sdk wrapper to work with newer versions of Docker #365

@bio-boris

Description

@bio-boris

The docker socket does not have the correct permissions for mac and linux users. Update the kb-sdk wrapper to help avoid this.

The current documented workaround for mac users is to run

docker run -it -v /var/run/docker.sock:/run/docker.sock alpine chmod g+w /run/docker.sock

The current workaround for linux users is to ensure that the docker socket permissions and group match the user and the cached user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions