Join Arthur Ulfeldt for an in-depth discussion in this video Manage containers, part of Learning Docker.
- [Instructor] Looking at the container output…of a container that's already finished is…something that can be very frustrating.…You start up your container, it didn't work,…you want to find out what went wrong.…The docker logs command is key for this.…Docker keeps the output of the container available.…It keeps it around as long as you keep the container around.…And you can use docker logs container_name…to look at what the output was.…I'm gonna start a container to do…some very important work here.…I'm gonna say, docker run.…And I'm gonna give this container a name, example,…so that I can find it easily afterwards.…
And I'm gonna run this as a detached container.…I just want it to run in the background.…I don't want to actually look at it,…I just want it to go and do its thing.…I'll run it in the ubuntu image…and I'm gonna give it a process, bash,…and I want that to run a command line.…And I'm gonna sell it to run less /etc/password…so that I have a terminal running,…looking at the password file.…But I've got a typo right there,…
Author
Updated
10/28/2019Released
8/27/2018- Installing Docker on Mac, Windows, and Linux
- Understanding the Docker flow
- Running processes in containers
- Managing, networking, and linking containers
- Working with Docker images, volumes, and registries
- Building Dockerfiles
- Managing networking and namespaces with Docker
- Building entire systems with Docker
Skill Level Beginner
Duration
Views
Related Courses
-
DevOps Foundations: Containers
with David Linthicum1h 16m Beginner -
Learning Kubernetes
with Karthik Gaekwad2h 25m Beginner -
Docker Essential Training: 2 Orchestration
with David Davis1h 4m Intermediate
-
Introduction
-
What is Docker?2m 51s
-
1. Installing Docker
-
Setting up Docker1m 39s
-
Docker Desktop45s
-
Install Docker on Mac3m 45s
-
Install Docker on Windows3m 28s
-
Install Docker on Linux5m 55s
-
-
2. Using Docker
-
Run processes in containers6m 13s
-
Manage containers4m 50s
-
Exposing ports10m 58s
-
Container networking6m 48s
-
Legacy linking4m 40s
-
Images4m 17s
-
Volumes6m 24s
-
Docker registries3m 50s
-
3. Building Docker Images
-
What are Dockerfiles?4m 34s
-
Building Dockerfiles9m 21s
-
Dockerfile syntax5m 43s
-
Multi-project Docker files5m 44s
-
Avoid golden images2m 31s
-
-
4. Under the Hood
-
Docker the program6m 46s
-
Networking and namespaces7m 54s
-
Processes and cgroups3m 43s
-
Storage10m 54s
-
-
5. Orchestration: Building Systems with Docker
-
Registries in detail5m 46s
-
Intro to orchestration6m 39s
-
Kubernetes in AWS4m 36s
-
Google Kubernetes Engine4m 57s
-
-
Conclusion
-
Next steps41s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Manage containers