Using Docker Compose to Manage a Container
Learn about the lifecycle of a container.
We'll cover the following...
Press + to interact
Docker containers have a pretty simple lifecycle:
Up: Create a container and run it.
Down: Destroy and remove a container. ...