We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated User_Docker (markdown)
Add more instructions
In the instructions you started a container with `-it`, which means after installing what you want and exiting, the container doesn't exist anymore and your changes aren't saved. I added instructions to start the container in detached mode to allow attaching to it after starting it. Now when you install software and exit, the container is still running. Now you can commit and push.
Created User_Docker (markdown)