Conversation
With this patch the dockerfile doesn't need to be updated according to the user's requirements. The script parameters can be provided to the command without requiring to update the dockerfile
|
Hi cangelis, thanks for making the docker file more convenient. |
|
I keep on getting the following error after deploying the container : MiTemperature2 / ATC Thermometer version 5.0 Please read README.md in this folder. Latest version is available at https://github.com/JsBergbau/MiTemperature2#readme Script started in passive modeIn this mode all devices within reach are read out, unless a devicelistfile and --onlydevicelist is specified.
|
|
@Mufika Make sure you use |
|
You right. I forgot to include them elsewhere as I’m using docker compose
and could not add them to the commands section. Working fine now.
On Sun, 17 Jul 2022 at 23:17, Can Geliş ***@***.***> wrote:
@Mufika <https://github.com/Mufika> Make sure you use --net=host and
--privileged together.
—
Reply to this email directly, view it on GitHub
<#125 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZ7TFJXRXXQLI57WJWZLZ3VUR2ANANCNFSM5ZRU3PIA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
The only constant in life is change.
|
With this patch the dockerfile doesn't need to be updated according to the user's requirements. The script parameters can be provided to the command without requiring to update the dockerfile
dbus is also not necessary when
--privilegedis provided.--net=hostis also required to be able to use bluetooth address family in sockets.It doesn't work with Python 3.10 currently because
pybluezhas incompatible API.