When starting a container, the system should be running:
git config --global user.name "Sarah Smith"git config --global user.email "sarah.smith@email.com"
To setup the system correctly for the user if they want to do any git operations from inside the container.
When starting a container, the system should be running:
git config --global user.name "Sarah Smith"
git config --global user.email "sarah.smith@email.com"
To setup the system correctly for the user if they want to do any git operations from inside the container.