academy icon indicating copy to clipboard operation
academy copied to clipboard

cyberjames/c03-docker04

Open cyberjames opened this issue 2 years ago • 0 comments

Description

Exercise (e.g. C01-E01): c03-docker04

Student Name: James Corteciano

A brief explanation of what has been done. I used the command docker ps -aq | xargs docker stop | xargs docker rm to clean up the containers(running or exited) from your local while docker rmi $(docker images -aq) -f for images (forcely removed the remaining images due to the error message unable to delete).

Type of change

  • [x] Exercise Submission (one exercise per PR)
    • [x] This PR is just for one exercise of a class
    • [x] PR name follows the pattern <github-username>/<exercise-number>
    • [x] Added exercise files inside folder /classes/<class- number>/exercises/<exercise-number>/<github-username>/
      • [ ] Review exercise submission steps
  • [ ] Class content (instructors/admins)
  • [ ] Documentation update
  • [ ] Repo management

cyberjames avatar Aug 19 '22 03:08 cyberjames