Container Lifecycle Management

# Introduction Managing the states of the Docker containers is called Docker Container Lifecycle Management. We must ensure that the containers are up and running or destroyed if they are useless. This challenge will take you through implementing operations such as creating, updating, and deleting containers.

|60 : 00

Click the virtual machine below to start practicing