Hi all, I am trying to deploy ClearML server in a local machine.
I followed all the steps in None
but when I went to the last step, the step docker-compose -f /opt/clearml/docker-compose.yml up -d
I got the error:
docker-compose -f /opt/clearml/docker-compose.yml up -d
WARNING: The CLEARML_AGENT_GIT_USER variable is not set. Defaulting to a blank string.
WARNING: The CLEARML_AGENT_GIT_PASS variable is not set. Defaulting to a blank string.
WARNING: Some services (agent-services) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
ERROR: Couldn't connect to Docker daemon at
- is it running?
Did I miss anything?
sudo systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2024-07-18 09:03:37 MDT; 23min ago
docker-compose --version
docker-compose version 1.24.1, build 4667896b