Hello I am using Linux Ubuntu 20.04 and get this problem when I try to run WebODM:
[~/WebODM$ ./webodm.sh restart
Checking for docker… OK
Checking for docker-compose… OK
Restarting WebODM…
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml -f docker-compose.nodemicmac.yml down --remove-rphans cannot update snap namespace: cannot create symlink in “/etc/docker”: existing file in the way
snap-update-ns failed with code 1]
I really don’t know what is doing it and hope someone knows the problem and an easy fix
Hello I acutely forgot to use sudo. I see that there are no SSL, and I checked out youtube where lot of video show how to set up NGINX Docker container and one video is about 59 min [How to Run Nginx Docker Container? 🐳 (SSL | Ubuntu 20.04 | AWS | EC2 | ECR) - YouTube], so it a lot to set my mind into and I am not sure if that is what I need to do. If it is I will do
[ [email protected]:~/WebODM$ sudo ./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
cannot update snap namespace: cannot create symlink in “/etc/docker”: existing file in the way
snap-update-ns failed with code 1 ]
The next come when I use sudo ./webodm.sh restart.
[[email protected]:~/WebODM$ sudo ./webodm.sh restart
[sudo] passord for gunnar:
Checking for docker… OK
Checking for docker-compose… OK
Restarting WebODM…
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml -f docker-compose.nodemicmac.yml down --remove-orphans
cannot update snap namespace: cannot create symlink in “/etc/docker”: existing file in the way
snap-update-ns failed with code 1
]
May be that I am not part of the docker group.
I got to images: ubuntu and hello world
System info shows: