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

README: better docker params to run it #703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josx
Copy link

@josx josx commented Nov 1, 2021

I have added --rm -it for better docker use.

  • The required -i flag enables an interactive terminal to use commands within the container. docs
  • The optional --rm flag removes the container filesystem on completion to prevent cruft build-up. docs
  • The optional -t flag allocates a pseudo-TTY which allows colored output. docs

Signed-off-by: José Luis Di Biase <[email protected]>
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.

1 participant