-
Notifications
You must be signed in to change notification settings - Fork 335
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
Themes on Windows with Docker #39
Comments
It's pretty clear this is more a docker problem than a audiogram problem, but I think it's something that a lot of people could potentially have trouble with. I've found a workaround that solves the problem, but is pretty sloppy. I figured out I can make changes to the local theme files and then copy them over to the container with a Docker Quickstart Terminal.
The same thing can be done with background images.
Every time I make a change to the theme file I just have to recopy it over and refresh my audiogram tab to have the changes take effect. |
Yes, this is a general issue of working with Docker. Changes you make to the file on your computer won't show up in the Docker container automatically. You have a few choices:
Now changes you save in |
I tried running the command to mount my local I ran
I copied over the
|
I ran into a problem while trying to get audiogram to work on my Windows machine. I'm not a programmer, but it's easy enough to follow the steps laid out here.
However, I ran into a problem when trying to create a custom theme for audiogram. I edited the file and put in the correct sized background files, but when I started up audiogram the themes weren't there. I couldn't select them and only the defaults were present.
It feels like the themes aren't being copied into the container, and through some testing that seems to be the case, but I have no idea how to fix that.
The text was updated successfully, but these errors were encountered: