Skip to content
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

Z-wave container #Add-on #23

Closed
misujr opened this issue Oct 29, 2019 · 2 comments
Closed

Z-wave container #Add-on #23

misujr opened this issue Oct 29, 2019 · 2 comments

Comments

@misujr
Copy link

misujr commented Oct 29, 2019

Awesome work with this project ! Absolutely great way to help people start using containers.
It is my first time working with containers and it is just great !
I have a little project that I have built based on influxdb, grafana and Zwave.
I am trying to learn how to build a container for Zwave for Raspberry but it is a lot of information out there that does not help to understand how to tailor the image build for arm processors and also I have no idea what base image should I put. Is there any guide you have followed to make this images you have included in this git ? If so, can you share it ? I would be happy to try and put together a Z-wave container that will work in this project as I am sure there will be may out there needing it .

BR,
Misujr

@gcgarner
Copy link
Owner

Hi Misujr
It would be great if you can contribute. We have just setup a discord to assist collaboration, check the readme for the link.

As for the base image, it depends on what you need "pre-installed" with the image like nodejs etc. You could start off with a an debian image and install node or just base everything on the node image. I find it very helpful to read other peoples Dockerfiles. Have a look at nodered's Dockerfile. They have based the image on alpine which is a smaller image. You don't need to use all the fancy switches. Grafana Dockerfile uses debian slim.

Depending on the community needs we may setup a Wiki page on how to add to the project with a starters guide as you suggest.

@gcgarner
Copy link
Owner

gcgarner commented Nov 9, 2019

Adding Z-wave to wishlist in #14

@gcgarner gcgarner closed this as completed Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants