Skip to content

Sometimes sudo interferes with docker-compose up #1

Description

@KastanDay

When trying to use this repo from scratch, I saw that using sudo caused problems, where non-sudo docker-compose -f docker-compose.yml -f docker-compose.extractors.yml up -d worked fine. Weird behavior when the images need to be pulled for the first time.

Docker will likely require your sudo password
2023/01/13 17:58:28 must use ASL logging (which requires CGO) if running as root
2023/01/13 17:58:28 must use ASL logging (which requires CGO) if running as root
2023/01/13 17:58:28 must use ASL logging (which requires CGO) if running as root
[+] Running 0/0
 ⠋ videopreview Pulling                                                                                                                               0.0s
 ⠋ audiopreview Pulling                                                                                                                               0.0s
 ⠋ pdfpreview Pulling                                                                                                                                 0.0s
error getting credentials - err: exit status 1, out: ``
✘ Run failed: echo "Starting Clowder with extractors"
echo "Docker will likely require your sudo password"
sudo docker-compose -f docker-compose.yml -f docker-compose.extractors.yml up -d failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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