Hi there, I already had an temp. setup on my desktop and now I try to create a new docker based setup on my server. This machine is a OpenMediaVault5, that is basically a Debian 10 enriched with a admin webfrontend and docker 5:20. I start with the current git as the docs say.
But when I fire up the skript, I just get an: ERROR: unauthorized: authentication required
when it tries to apply the first pulled image
[email protected]:~/WebODM# ./webodm.sh start
Checking for docker... OK
Checking for docker-compose... OK
Starting WebODM...
Using the following environment:
================================
Host: localhost
Port: 8000
Media directory: appmedia
SSL: NO
SSL key:
SSL certificate:
SSL insecure port redirect: 80
Celery Broker: redis://broker
Default Nodes: 1
================================
Make sure to issue a ./webodm.sh down if you decide to change the environment.
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up --scale node-odm=1
Pulling node-odm (opendronemap/nodeodm:)...
latest: Pulling from opendronemap/nodeodm
6f172cdbcbef: Already exists
751ef0e5d38a: Pull complete
337a4edf9542: Extracting [==========================================> ] 118.7MB/140.7MB
d66268bd4286: Downloading [========================================> ] 153.1MB/187.6MB
a3ebf41a9a3f: Downloading [============================================> ] 148.9MB/165.7MB
9ada50e7d4fc: Downloading
56460e1c2ff6: Waiting
92431041fb36: Waiting
f72d55ba65c6: Waiting
22fb6b7baa16: Waiting
9f39f05d4cee: Waiting
ERROR: unauthorized: authentication required
I’m a docker newbie, so it’s hard to understand if this is dedicated to get the repo, or if it’s a permission problem for the docker service?
In general there don’t seem to be a problem:
[email protected]:~/WebODM# sudo docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
...
Any ideas how I can fix this issue or provide further infos?