kylekrieg / Node-Red-Contesting-Dashboard

Node Red Contesting Dashboard for Amateur Radio
24 stars 9 forks source link

Container? #66

Open mcdent opened 1 year ago

mcdent commented 1 year ago

The feature request

Has anybody created a docker container for this? I have a Linux box that I run all my services in docker, or more precisely Podman. thought it might be an interesting and nice way to run it. Put this alongside a docker container with Wine and N1MM and now you are talking! Thanks Mike

Proposed solution

Containerise this.

Pages Impacted

No response

Additional context

No response

Submission

kd9lsv commented 1 year ago

@mcdent I did work on a version, a long time ago but Kyle needed time to completely understand how it entirely works about pushing it it. A lot of the work has been accomplished. If you would look at the #32. It has a lot of the info. I haven't testing it completely so would definitely like feedback.

Big Note: the compose file currently needs the tag added manually from the docker-compose file. The Tag is pr-32-16 for node16 while pr-32-18 for node18.

Additionally prebuilt images are only for amd64 and arm64.

mcdent commented 1 year ago

Sorry I meant to report back. Yes I got this working fine. However the windows program I was using under wine would not access the network. I could ping fine from a wine CMD prompt but for the life of me, could not get the windows program to talk externally. I then tried a more simple wine install on to a VM and had the same issues with that, thus ruling out any complications of the container. I am open to any suggestions..