diff --git a/Labs/Docker_Container_Labs/Docker_for_ML.webp b/Labs/Docker_Container_Labs/Docker_for_ML.webp new file mode 100644 index 00000000..68d90841 Binary files /dev/null and b/Labs/Docker_Container_Labs/Docker_for_ML.webp differ diff --git a/Labs/Docker_Container_Labs/Docker_image.webp b/Labs/Docker_Container_Labs/Docker_image.webp new file mode 100644 index 00000000..90c73d65 Binary files /dev/null and b/Labs/Docker_Container_Labs/Docker_image.webp differ diff --git a/Labs/Docker_Container_Labs/README.md b/Labs/Docker_Container_Labs/README.md index 7e0a7ea7..dfc2be93 100755 --- a/Labs/Docker_Container_Labs/README.md +++ b/Labs/Docker_Container_Labs/README.md @@ -9,14 +9,13 @@ Docker is a platform for developing, shipping, and running applications in a con ## Key Concepts -altexsoft

-

Figure 2. AltexSoft

+![microsoft](docker-containers.webp) + ### Containers - **Containers** are lightweight, standalone, and executable packages that include everything needed to run a piece of software, including the code, runtime, system tools, libraries, and settings. Containers are isolated from each other and the host system, ensuring consistent behavior. -cto.ai

-

Figure 3. CTO.ai

+![microsoft](Docker_image.webp) ### Images - **Images** are read-only templates that define the file system and configuration of a container. You can create images from a Dockerfile, which is a script that specifies all the necessary instructions to build an image. @@ -24,8 +23,8 @@ Docker is a platform for developing, shipping, and running applications in a con ### Dockerfile - A **Dockerfile** is a text file that contains instructions for building a Docker image. It includes commands for installing software, copying files, setting environment variables, and configuring the container. -blogs.sap

-

Figure 4. blogs.sap

+![microsoft](docker_registry.webp) + ### Registry - A **Docker Registry** is a central repository for storing and sharing Docker images. Docker Hub is a popular public registry, but you can also set up private registries for your organization's images. @@ -47,8 +46,8 @@ Docker is a platform for developing, shipping, and running applications in a con - **Security:** Containers provide a level of isolation, and Docker offers security features such as namespaces, control groups, and user namespaces to enhance security. -medium

-

Figure 5. Medium

+![microsoft](Docker_for_ML.webp) + ## Getting Started diff --git a/Labs/Docker_Container_Labs/docker-containers.webp b/Labs/Docker_Container_Labs/docker-containers.webp new file mode 100644 index 00000000..f84a7add Binary files /dev/null and b/Labs/Docker_Container_Labs/docker-containers.webp differ diff --git a/Labs/Docker_Container_Labs/docker_registry.webp b/Labs/Docker_Container_Labs/docker_registry.webp new file mode 100644 index 00000000..7668252e Binary files /dev/null and b/Labs/Docker_Container_Labs/docker_registry.webp differ