Lab 4: Cleanup

To conclude this Lab we have to clean up the containers that we have created

  1. Terminate the frontend

    docker kill k8sdemo
       
    > k8sdemo
    

    `

  2. And Terminate the backend

    docker kill k8sdemo-backend
       
    > k8sdemo-backend
    
    

    ``

  3. 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 **