Replies: 1 comment 4 replies
-
Hello, @HRTshazab. Seems that something is really wrong with your docker installation. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When im trying to implement it using the docker method, initially it throws an error that
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the
services
key, or omit theversion
key and place your service definitions at the root of the file to use version 1.Later updated the docker-compose version tried to run again. Now getting different issue.....
root@instance-2:
# docker -v# docker-compose -vDocker version 20.10.14, build a224086
root@instance-2:
Docker Compose version v2.5.0
root@instance-2:~# docker-compose pull
[+] Running 0/0
⠋ zero-ui Pulling 0.0s
⠋ https-proxy Pulling 0.0s
⠋ zerotier Pulling 0.0s
WARNING: Some service image(s) must be built from source by running:
docker compose build zero-ui zerotier
error getting credentials - err: exit status 1, out:
Cannot autolaunch D-Bus without X11 $DISPLAY
Beta Was this translation helpful? Give feedback.
All reactions