Skip to content
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

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

Open
netbrain opened this issue Aug 22, 2024 · 1 comment
Open

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

netbrain opened this issue Aug 22, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@netbrain
Copy link
Owner

netbrain commented Aug 22, 2024

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 -it and 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
Copy link
Owner Author

Inspired by #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant