Jake Hawkesworth
03/17/2021, 7:45 PM# In your ssh session on the instance terminal
mkdir airbyte && cd airbyte
wget <https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}>
docker-compose up -d
Here's the error:
user:~/airbyte$ docker-compose up -d
ERROR: Couldn't connect to Docker daemon at <http+docker://localhost> - is it running?
If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
Any ideas?user
03/17/2021, 7:52 PMuser
03/17/2021, 7:53 PMsudo usermod -aG docker $USER
and logged back out/back in.user
03/17/2021, 7:53 PMuser
03/17/2021, 7:54 PMuser
03/17/2021, 7:58 PMuser
03/17/2021, 7:58 PMuser
03/17/2021, 7:59 PM