-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Running zwift with zoffline (offline Server) #177
Comments
For manipulating the hosts file you might want to look into the you can also probably do some volume mapping with But in essence you probably want to start the container in interactive mode. start with running zwift with This should show you your podman or docker command that it runs. Copy that and add the you should then be running a bash terminal within the container, where you can experiment with zwift-offline. |
You might want to check #34 |
When i run
Then i run this command with
is |
No INTERACTIVE=1 is not a thing yet. Just a feature request. You will have to add the flags yourself manually |
But i don't understand where to add this flags? Is this a feature of Podman/Docker or your Zwift Container? |
|
Seems to work. I need this to edit the hosts file (the short version volume mapping works with this: First i tried to edit the files directly in the container after running |
It was not easy to 'extract' the content of |
The container is by design autoremoved (--rm) on exit. Simply remove this flag if you want a persistent container. |
The container is named, so it probably works as it's Id. Zwift-$USER |
Checklist
DEBUG=1 zwift
)Describe the issue
I want to run zwift in Linux with my zoffline Server (https://github.com/zoffline/zwift-offline). For that i need to redirect zwift to the Server or localhost when Server is running in the same device. I have to edit the hosts file and some files for authentification.
Problem: where can i find that files?
Distribution Details
Ubuntu 24.04, xorg
Reproduction steps
...
The text was updated successfully, but these errors were encountered: