-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add an extra step to detail Docker environment clean up #48
base: main
Are you sure you want to change the base?
Conversation
Add step 6 to workflow
Update the most important part of to_step!
Further indent to continue the ordered bullet numbering
In the Step 6 heading, change containers and images to be singular.
Use inline code tags like other steps in this course to emphasize the cd branch
I performed testing via this temporary repo: https://github.com/mjbear/test_skills-publish-packages Is there an simple way to test the Actions workflow? (As compared to creating a new branch |
@mjbear Thank you for submitting this PR! ✨
I'll get this triaged for review, and the team can address this Q from your linked issue during their review 💛 |
I've been full of PRs lately 🤣 ... yeah, there's a few others against this repo |
@nguyenalex836 Thank you! 💚 |
Summary
Add steps to detail cleaning up the Docker environment (stop container, delete image).
These courses are great and offer a low barrier of entry for beginners. Since beginners can work through this course it is a good idea to also include how to stop the Docker container and also remove the image when we're done with it.
Changes
cd
repo with inline code tags (as seen to the left)Closes: #47
Task list