Completed
Stop / Remove a running docker container
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hands on Introduction to Docker and Data Persistence With Docker Volumes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Docker Overview primer on docker architecture
- 3 Pull an image from docker hub
- 4 Running an Image creating Docker containers
- 5 Copy files from container to docker host
- 6 Using docker exec -it to executve commands in a running docker container
- 7 Stop / Remove a running docker container
- 8 Dissecting our Dockerfile
- 9 Dockerfile changes and rebuilding images
- 10 Using Docker volumes named volume
- 11 docker volume inspect
- 12 Bind Mounts