I`ve install the docker add-on and run "docker pull libreelec/python" over terminal to install python on docker. Does it require anything to start it, i couldnt find a service file for it for systemd unlike transmission etc.
Also how would i run a command in python on docker? I want to run this "pip install lambda-deploy" typing "docker run python pip install lambda-deploy" does install a diffrent docker but does install lambda-deploy.
When I try to run this "docker run python /storage/kodi-alexa/deploy-to-lambda.py" it tells me the file doesnt excist.
Does the docker libreelec/python include pip?
dockerfile