You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When trying to use this repo from scratch, I saw that using
sudo
caused problems, where non-sudodocker-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.The text was updated successfully, but these errors were encountered: