Skip to content

Accept unix endpoints for DOCKER_ENDPOINT #17

@mping

Description

@mping

The standard ubuntu install puts the docker api under a unix socket. The DOCKER_ENDPOINT should work with unix protocol:
DOCKER_ENDPOINT=unix:///var/run/docker.sock lein uberimage ...

The current workaround is to bind the docker daemon to multiple ports:
DOCKER_OPTS="--host=tcp://localhost:2375 --host=unix:///var/run/docker.sock

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions