-
Notifications
You must be signed in to change notification settings - Fork 10
Idea for optimizing performance #24
Comments
Just noticed that your readme even says makes use of linuxserver alpine baseimage, but ur using ubuntunoble |
I will create a fork with the alpine image, fix #18 and if everything works i create a pull request and you merge it if you want :) |
It used to be alpine but I had issues with wine version not being available or not working in full. I would say, create your own project if you want, I don't feel like maintaining this and you'll have it easier to make docker image available instead of waiting for me to push (no github action are made available in my repo). |
Yeah i could continue maintaining this, i will create a fork and once its done you could maybe put a info in your readme about that i continue development for it :) (Only if you want to ^^) |
@Banh-Canh can you explain how the root folder is used ? |
or maybe @Jerrk since Banh is rather busy and sometimes takes a while ^^ |
It's copied in here: Line 26 in 1258f7e
it basically copy the content to the root of the filesystem of your image (/) |
Oh yeah i think i might be blind, how did i miss that it moves settings.json and root to the / folder, i apologise for the ping. |
@Banh-Canh i made my fork, based on baseimage-kasmvnc:alpine320 and it works flawlessly. You said you don't feel like maintaining this, i have no problem being the new maintainer with my alpine fork 🙂 The fork is https://github.com/ElryGH/docker-FMD2 |
I will do just that after work, thanks 👌 |
Not to spam up Bahn's repo here, but it looks like you aren't allowing issues on your repo. Could you enable them? You can find them in the settings for the repo |
Since docker fmd2 is pretty heavy i thought why not try to optimize it :
Instead of ubuntu, use a Alpine-based image like debianbookworm
Disable wine debugging:
export WINEDEBUG=-all
But that means replacing apt with apk and we dont get access to specific wine versions.
But its also nearly 50% faster then the current ubuntu based fmd2 docker !!
The text was updated successfully, but these errors were encountered: