netbrain / zwift

Easily zwift on linux
The Unlicense
241 stars 27 forks source link

Add a DRYRUN=1 and a INTERACTIVE=1 option to running zwift. #155

Open netbrain opened 3 weeks ago

netbrain commented 3 weeks ago

DRYRUN This will simply print the docker command that it would execute if DRYRUN was not specified. Makes it easier for people to debug containers.

INTERACTIVE This will replace the -d flag with -itand set --entrypoint bash so that the container becomes fully interactive and it's possible to debug step by step within the container. This would also make it easier to debug issues within the container.

netbrain commented 3 weeks ago

Inspired by #154