-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Docker Request #66
Comments
Yes it could be possible. |
i prefer alpine |
i got it going here: https://github.com/C4Wiz/tinymediamanager4-docker no clue if it's correct |
There is also this one, which uses my base image: https://hub.docker.com/r/romancin/tinymediamanager |
FYI, it would be harder make a "clean" Docker container for tinyMediaManager, because of this: https://gitlab.com/tinyMediaManager/tinyMediaManager/-/issues/1706 |
i got it working perfectly using the debian 11 base image: https://github.com/C4Wiz/tinymediamanager4-docker |
It's working because the whole software is running from |
TMM has always been a self contained app so to speak, it's portable. my config directory is on a nvme ssd anyway. is it not possible to make the image r/w? |
Well everything written to the image is lost when the container is re-created (e.g. when updating the image or when changing the container config). So I personally like to make sure the implemented application write all needed data to |
Then change this line: https://github.com/C4Wiz/tinymediamanager4-docker/blob/main/Dockerfile#L4 to: After that mount persistent storage into your container, so that the file you work with and the config will not be lost if you re-create/update your container. |
could you create a docker for tiny media manager v4?
The text was updated successfully, but these errors were encountered: