skills / publish-packages

Use GitHub Actions to publish your project to a Docker image.
MIT License
162 stars 74 forks source link

[Feature] Add steps for cleaning up the Docker environment #47

Open mjbear opened 1 month ago

mjbear commented 1 month ago

Summary

Add steps to detail cleaning up the Docker environment (stop container, delete image).

Changes

Additional context

I worked up a PR since I already did the leg work (determining commands) for Docker on my local system.

PR #48

mjbear commented 1 month ago

Additionally,

Would it make sense on the X-finish.md step to link to the MS Learn Introduction to Docker containers module?