View Single Post
Old 09-21-2022, 06:14 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,229
What is a Container

A container is essentially an instance of an Image, which is an efficient way to encapsulate environments and run applications.

Because of this design, containers virtualize at the app layer. Not to get confused with virtual machines, where virtualization happens at the hardware level.

Container Characteristics:
Container ID, the identifier.
Image associated with the container.
Usually you’ll have a container definition too.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote