You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-2.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Docker Container Images:
2
2
### How can we find them and how to build it?
3
3
4
+
* This is all about the images by building blocks of the container.
5
+
* Think about how to find good images and in the whole process and how to manage those images.
6
+
* TRy to manage the local image Cache when we download those images and created them on our own machines.
7
+
* It is an app binaries and binaries which is for our app that we are working on and we need to know the way it run in th metadata.
8
+
* Defintion: An image is an ordered collection of the root of filesystems changes and the corresponding execution parameters for uses including a container runtimes.
9
+
* Inside this image there is actually no complete OS, It does not have kernel and kernel modules such as, drives.
10
+
* Smalll as one file in our built app as binary such as, golang static binary.
11
+
* It is big as a Ubuntu distro with apt, and Apache, PHP as well as more installation.
0 commit comments