From the course: Kubernetes and Cloud Native Associate (KCNA) Cert Prep
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Using container images and registries - Kubernetes Tutorial
From the course: Kubernetes and Cloud Native Associate (KCNA) Cert Prep
Using container images and registries
- The next components that we need to talk about are the container images as well as the registries. So the container image is the foundation of the container. It is a package of software that includes everything that you need to run the application, and that is the code, the runtime, the system tools, the system libraries and settings. And that's the success of the container that you don't need anything else but the container image. It's a little bit like an application on a smartphone. The container image consists of a file system bundle and metadata, which describe what is used. And container images were introduced as such by Docker, and they are standardized by Open Containers Initiative. The fact that container images are standardized by OCI means that images can be used throughout. It doesn't really matter which container engine you are using to run a specific image. So images commonly are built by using a Dockerfile, which is also known as Containerfile. The word Dockerfile is…
Contents
-
-
-
-
-
(Locked)
Module 3: Using containers introduction17s
-
(Locked)
Learning objectives37s
-
(Locked)
Exploring containers2m 50s
-
(Locked)
Understanding namespaces and cgroups4m 12s
-
(Locked)
Container runtimes4m 25s
-
(Locked)
Using container images and registries5m 8s
-
Running Docker containers12m 53s
-
(Locked)
Building container images13m 15s
-
(Locked)
Implementing container security2m 1s
-
(Locked)
Practice questions1m 45s
-
(Locked)
Lesson 3 lab: Building container images37s
-
(Locked)
Lesson 3 lab solution: Building container images2m 46s
-
(Locked)
-
-
-
-
-
-
-
-
-