Open MoergJ opened 1 week ago
What's the point of this?
What's the point of this?
To have a short lived container run the CLI command you want it to, without having to install the CLI on the host itself. Could be further used for larger orchestration of download jobs, e.g. I was looking to see, if I could use it to backup channels I frequently watch continuously.
Or did I misunderstand your question?
I get it, it's like venv in python. You should improve the docker file to include all architectures and for Windows the UI.
I get it, it's like venv in python. You should improve the docker file to include all architectures and for Windows the UI.
It is not exactly like that. Containers are mainly linux based, other platforms like windows are technically possible, but rarely ever used. It is especially useful in server deployed services. The UI, as I understood it (haven't used it yet) is a WPF application, which is not suited to be placed inside a container.
If it was a web based service, that would perfectly make sense.
Checklist
Write your feature request here
I found this project today, played around and took a few minutes to build a Dockerfile. It works for me, but I don't have the time to create a PR or continuously contribute, so just in case someone needs a simple but working Docker image for the CLI (x64, not ARM) here it is.
Put in the repo's root and built using
docker build -t <image name>:<tag> .