-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-Cmpose #35
Comments
Looks like your docker-compose installation is not working as expected. I would try to reinstall it. Maybe you can check my k3s documentation here: That is the recommended way to use the docker image in production. |
Hello, I looked at the k3s documentation but firstly I didn't want to use 2 Pi's and secondly I don't have a Mac, I work on Windows. Greeting Harry |
The second pi is optional. |
But then there still remains the problem with the Mac, so that I cannot install the required programs that are installed on the Mac. Can you do that with this statement : Sorry for my English, it's through a translator |
The Hypriot Image and the docker compose you are trying to install is pretty old. I would switch to the official raspberry 64bit Image and install a current docker compose. |
My documentation here is for 32bit only. I should update this to 64bit. Maybe I find some time later on to update it. |
Thanks, Already installed the official Pi OS, then installed Docker, then went through their instructions with the same error. so now i have to get ur work, have a nice day |
Me again, after I didn't get any further here with different variants, I googled a bit. I found a page where it was described for Pi 4 with Ubuntu 64bit. Then I proceeded with my Pi 3 and used the original Raspberry Pi OS 64, and it worked the first time. My Nightscout is running now. Thank you for your work here and your effort. |
Great. You can leave the link to the docs here. Maybe it could help someone else, too. |
Okay, I'll do it, didn't know if it was in your interest. I create an image of the SD card and then I will deal with https, if I shoot something I have an image again. https://toastbrot.org/2021/03/04/nightscout-installation-auf-einem-raspberry-pi-4/ Making it available from the Internet also worked in a very short time. |
Hello,
I'm not really good in Linux, I have a Pi 3, they ran Nightscout in the 32 bit version years ago. I then disabled it by unplugging it, and I can't get it to work anymore, now that we only use local profiles in aaps I only need Nightscout for my M5Stacks. So I want to run it on a Raspberry. I wrote the Hypriot 64 image to the SD and then went through the individual instructions with no error messages. After entering: docker-compose up -d this error message came up:
/usr/local/bin/docker-compose: line 1: Not: command not found
When checking with ls -l, you saw that the docker-compose file is very small, and when you read it, the first line only says: not found.
The text was updated successfully, but these errors were encountered: