GithubHelp home page GithubHelp logo

Comments (5)

Paraphraser avatar Paraphraser commented on May 28, 2024

First, please see This project is dormant.

But, in answer to your question:

5D8E0EC1-A949-46B9-9D73-7FE94AC02BC5

I haven't tested every Docker container defined in IOTstack's templates but the signs are good. I do know that the "native install" of Home Assistant is broken but it's also broken for Buster. It's the result of the script the IOTstack menu uses (curl | sh) being broken.

from iotstack.

pvklink avatar pvklink commented on May 28, 2024

He @Paraphraser
Yess docker is working on rpi bullseye by installing IOTstack

Some parts i dont get working like the docker api
Some of my containers (registry container) must be connectable from the LAN so that other rpi's can read my own docker hub thats in a container...

With previous docker installations i put this json file on /etc/docker/daemon.json so that the daemon also starts as a tcp service
But with current rpi bulleseye installation with IOTstack (fork) this does not work..
The api does not start with this extra json file, any tip ?
When i remove it, and reboot docker works.... but no lan accesss
`# place this file on /etc/docker/daemon.json so that i can connect to a docker fom the LAN

{
"debug": false,
"tls": false,
"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"],
"insecure-registries":["dockerhub:5000"]
}`

from iotstack.

pvklink avatar pvklink commented on May 28, 2024

I do have a working solution to get the api working on tcp but dont now if this is decent workaround

sudo nano /usr/lib/systemd/system/docker.service
change ExecStart in ExecStart=/usr/sbin/dockerd -H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375 --insecure-registry dockerhub:5000

sudo systemctl daemon-reload

The ideal situation is to have this file unchanged and use the json, but that did not work...

from iotstack.

Paraphraser avatar Paraphraser commented on May 28, 2024

Way beyond my level of knowledge. Have you tried asking this question on Discord?

from iotstack.

pvklink avatar pvklink commented on May 28, 2024

ok, i will.
You helped me a lot, i got docker working on bullseye, thank you very much!
and the above solution works !

from iotstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.