docker / labs

This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Apache License 2.0
11.54k stars 5.3k forks source link

Added reason to use -it flag #572

Open Sandeep-source opened 2 years ago

Sandeep-source commented 2 years ago

Line number 54 in /labs/blob/master/beginner/chapters/alpine.md does not clarify what we have changed in the new command to make the container to run the command interactively. It would make more sense to the beginners if we tell them how the following command differs from the previous one and what makes the container interactive.

Sandeep-source commented 1 year ago

Hey @ManoMarks , Can you please review this PR ?