MIT Sloan AI Adoption: Build a Playbook That Drives Real Business ROI
Get 20% off all career paths from fullstack to AI
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Dive into a comprehensive hands-on tutorial on Docker and data persistence with Docker volumes. Explore Docker architecture, pull and run images from Docker Hub, manage file transfers between containers and hosts, and craft Dockerfiles. Master core data persistence mechanisms, including container volumes and bind mounts. Learn to execute commands in running containers, stop and remove containers, and inspect Docker volumes. Gain practical experience with Dockerfile modifications and image rebuilding techniques.
Syllabus
Intro
Docker Overview primer on docker architecture
Pull an image from docker hub
Running an Image creating Docker containers
Copy files from container to docker host
Using docker exec -it to executve commands in a running docker container
Stop / Remove a running docker container
Dissecting our Dockerfile
Dockerfile changes and rebuilding images
Using Docker volumes named volume
docker volume inspect
Bind Mounts
Taught by
Samuel Chan