Hey everyone.
I have a fundamental question about docker.
Is it possible to call from inside a docker container commands in the host bash?
Concrete:
I have a nodejs app with shelljs running on a raspberry pi 4.
E. g. I am reading the temp from my pi with shelljs with my nodejs app.
Now I want to containerize my app.
Is there a way to get out of the container and execute commands in the host bash?
I would be very happy about your help!