-
Notifications
You must be signed in to change notification settings - Fork 10
feat: create Docker Image for yast #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @qascade, It just came to my mind even if we create a Docker image for |
We can't expect everyone to switch over to Linux via VMs or dual boot, it might discourage people to work on Please correct me if I'm wrong about Docker Images part above. |
Working on yast and using yast are two different things. Yes, it would discourage devs to work on yast if they don't have linux environment. But that's not my concern. Windows prefer GUI over command line tools. Windows peeps can directly use WebTorrent desktop for same purpose. This tool is for people who use command line. So, having windows support is not necessary. Those people who know commandline and still want to use yast they can use docker images. Developers trying to contribute to yast won't be able to contribute without linux environment but I can't do anything about it, it's an infrastructure problem. |
So, in short we don't need to care about windows developers trying to contribute to yast. Our main concern was to check whether yast can run on windows command line (powershell) which was not possible due to two reasons, first was config utilities are written wrt to linux and second bubbletea won't work on powershell. |
This tool is written for the love command line. 🙃 |
Okay, I understood. 😄 |
Description
As per discussions done in issues, #51 and #53, we have come to an conclusion to create a docker image for
yast
to extend its support over multiple platforms. Initial Idea, is to clubyast
andwebtorrent-cli
into one container andvlc
into a separate container. You docker-swarm or some custom scripts to connect both of them. One thing is sure that both containers must share same volume to ensure that vlc container can access movie as it gets downloaded bywebtorrent-cli
.Acceptance Criteria
yast
should be as minimal as possible.The text was updated successfully, but these errors were encountered: