Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error starting on macOS #17

Closed
f3r3nc opened this issue May 10, 2018 · 1 comment
Closed

error starting on macOS #17

f3r3nc opened this issue May 10, 2018 · 1 comment

Comments

@f3r3nc
Copy link

f3r3nc commented May 10, 2018

macOS version: 10.13.3
docker version: Docker version 18.03.1-ce
docker-compose.yml:

version: "3"

services:
  crontab:
    image: willfarrell/crontab
    container_name: cron
    volumes:
     - "/var/run/docker.sock:/var/run/docker.sock:ro"
     - "./config.json:/opt/crontab/config.json:rw"

docker logs cron gives

addgroup: gid '0' in use

on local machine

lrwxr-xr-x  1 root  daemon    58B Apr 26 21:55 /var/run/docker.sock -> /Users/...

When using the actual socket instead of the symlink the error is still there.

@willfarrell
Copy link
Owner

Sorry, this took so long. v0.4.0 building now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants