Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Does not work with DOCKER_HOST #46

Open

Description

I'm using the configuration below, and it complains about docker.sock:
stat: can't stat '/var/run/docker.sock': No such file or directory

 crontab:
 image: willfarrell/crontab
 container_name: crontab
 restart: unless-stopped
 depends_on:
 - socket-proxy
 networks:
 - socket-proxy
 environment:
 - DOCKER_HOST=tcp://socket-proxy:2375
 volumes:
 - ./Volumes/crontab/logs:/var/log/crontab
 - ./Volumes/crontab/config:/opt/crontab

I suspect line 262 of docker-entrypoint, as this function will be called, regardless of whether we want to talk to the docker socket or when providing a DOCKER_HOST.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /