Lab 4: Cleanup
To conclude this Lab we have to clean up the containers that we have created
-
Terminate the frontend
docker kill k8sdemo > k8sdemo
`
-
And Terminate the backend
docker kill k8sdemo-backend > k8sdemo-backend
``
-
Verify that the two containers have been terminated
docker ps | grep k8sdemo
``
This command must return no result.
** Congratulations!!! This concludes the Labs on Docker **