I'm unfamiliar with Docker so I'm trying to run through the data submission steps so that I know how to submit a model when the time comes. Using the instructions I'm typing: "docker login docker.synapse.org". After entering my synapse credentials I'm getting the message that Docker isn't running on the server: "Cannot connect to the Docker daemon. Is the docker daemon running on this host?".
Created by Jeremy Jacobsen jjacob_cub I followed [this guide](https://docs.docker.com/engine/installation/linux/docker-ce/debian/#install-using-the-repository) to install on Debian 8 (Jessie). At the end it specifies: "You need to use sudo to run Docker commands." I don't understand why, but it turns out I just had to sudo.
Thanks,
Jeremy Dear Jeremy,
Apologies for the delay in response. What kind of machine are you on?
If you are running on linux or ubuntu: https://stackoverflow.com/questions/25404597/cannot-connect-to-the-docker-daemon-is-docker-d-running-on-this-host#34842164
best,
Tom