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 club yast and webtorrent-cli into one container and vlc 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 by webtorrent-cli.
Acceptance Criteria
- The setup of
yast should be as minimal as possible.
- The size of the container images created should be as minimum as possible.
- The behaviour of the image after running should be same as normal native installation in macOS/Linux.
Description
As per discussions done in issues, #51 and #53, we have come to an conclusion to create a docker image for
yastto extend its support over multiple platforms. Initial Idea, is to clubyastandwebtorrent-cliinto one container andvlcinto 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
yastshould be as minimal as possible.