Docker

Issue #14 new
zeus looye created an issue

Can you create a docker image from medio? of do you know a way to do this?

Comments (3)

  1. Jonathan Poland repo owner

    It's certainly possible to, but why? The only use case I can think of would be to run medio on non-synology devices.

    Docker containers have their own filesystems, and medio really just moves files from one place to another. So, it wouldn't make much sense to make it a docker container on synology...you'd have to map the source and destination directories to the container, configuration would be harder, etc.

  2. zeus looye reporter

    sorry for the late response :-(

    I think it can help people like me who wants to have more than 1 folder edited with different edits on each folder.

    I imagine that in the environment variable of docker you can set what is now set with different variable in the different files (such as which operation, which types of files) the folders (source and target) can always be the same because the user of the docker has to map these to the folders he wants to edit.

  3. Log in to comment