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

Update Usage command to run in interactive mode #43

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

kevinfarrugia
Copy link
Collaborator

-t is required to allocate a pseudo-tty
-i is required to keep stdin open

This makes it easier for a user to interact with the Docker process (for example, to exit interactive mode without stopping the Docker process)

`-t` is required to allocate a pseudo-tty
`-i` is required to keep `stdin` open

This makes it easier for a user to interact with the Docker process (for example, to exit interactive mode without stopping the Docker process)
@ousamabenyounes ousamabenyounes merged commit a52042d into main Mar 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants