Open
Description
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