You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to install the Tidepool Uploader on Ubuntu 22.04 following the instructions helpfully provided here. After a few hours of sleuthing, I still don't understand how Docker works and how to follow these instructions:
Build the image docker-compose build
Run it docker-compose up -d
Do I just run docker-compose build from the path of where I cloned the repository, and then Docker takes care of the rest?
Hi @sonocculture ! There are some issues with the Docker setup at the moment, so I would recommend using the approach you mentioned in (2). While we don't officially support Linux at the moment, I use Linux to develop Uploader, so may be able to help you with any issues that you run into.
I want to install the Tidepool Uploader on Ubuntu 22.04 following the instructions helpfully provided here. After a few hours of sleuthing, I still don't understand how Docker works and how to follow these instructions:
docker-compose build
docker-compose up -d
docker-compose build
from the path of where I cloned the repository, and then Docker takes care of the rest?Would it be possible to expand on these instructions for less experienced linux users?
Feel free to delete if this is not the right place for questions like these.
The text was updated successfully, but these errors were encountered: