Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Unable to start Docker container on Mac #4610

Closed
adamjbradley opened this issue May 2, 2024 · 1 comment
Closed

Unable to start Docker container on Mac #4610

adamjbradley opened this issue May 2, 2024 · 1 comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working

Comments

@adamjbradley
Copy link

Steps to reproduce

  1. Install Docker
  2. Attempt to create a container
    docker run --init --sig-proxy=false --name nextcloud-aio-mastercontainer --restart always --publish 80:80 --publish 8081:8080 --publish 8443:8443 -v /var/run/docker.sock:/var/run/docker.sock:ro -e NEXTCLOUD_MOUNT=/Volumes/Untitled -v nextcloud_aio_mastercontainer:/mnt/docker-aio-config nextcloud/all-in-one:latest-arm64
  3. Fails

Expected behavior

Container should start.
Jenkins Container using docker.sock starts and runs successfully.
image

Actual behavior

Receive the following error:

Cannot connect to the docker socket. Cannot proceed.
Did you maybe remove group read permissions for the docker socket? AIO needs them in order to access the docker socket.
If SELinux is enabled on your host, see https://github.com/nextcloud/all-in-one#are-there-known-problems-when-selinux-is-enabled
If you are on TrueNas SCALE, see https://github.com/nextcloud/all-in-one#can-i-run-aio-on-truenas-scale

Host OS

macOS 14.3.1 (23D60) M3
Docker 4.26.1 (131620)

Nextcloud AIO version

nextcloud/all-in-one:latest-arm64 (as of today)

@adamjbradley adamjbradley added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels May 2, 2024
@szaimen
Copy link
Collaborator

szaimen commented May 13, 2024

Hi, have you tried out https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-run-aio-on-macos?

If that doesnt work, I fear it is an upstream bug in docker Desktop...

@nextcloud nextcloud locked and limited conversation to collaborators May 13, 2024
@szaimen szaimen converted this issue into discussion #4646 May 13, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants