10-03-2021 09:55 PM
What is a container? I have researched this topic, and I have come across many definitions that I have found confusing.
Looking at it from the point of view of a PC, isn't a container essentially just an application?
Any input is appreciated. Thanks in advance.
10-04-2021 12:17 AM
Container - Containers are a form of operating system virtualization, its can be installed on the switch or any device which can support in the Cisco devices.
Cisco Uses Container builds part of many solutions :
https://blogs.cisco.com/cloud/ciscocontainerplatform
Not sure what context you looking for here.
If you looking at PC, it is another Virtual device, it can be Docker or VM or any other small form of software.
10-27-2021 09:39 AM - edited 10-27-2021 09:41 AM
From Docker's definition, a Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.
While 'application' description is somewhat correct, it doesn't quit convey 'code, runtime, system tools, system libraries and settings.'
When you look at containers that exist for an entire Linux distribution like Ubuntu, I think you get the bigger picture.
It is true that containers are more like an application, in that they typically won't have all the overhead that an entire guestVM would.
Hope that helps.
Kirk...
12-05-2021 11:09 PM
This is a cute and funny way to explain what is a container and how kubernetes works: https://www.youtube.com/watch?v=4ht22ReBjno
07-01-2024 09:22 PM
Please provide CVSHealthSurvey.com your honest opinion of your most recent shop visit. Sincere comments enhance the excellent service provided by the shop.
07-05-2024 11:45 PM
Regardless of whether you've recently utilised their online services or visited a Kroger store, the firm invites consumers to provide feedback via the Krogerfeedback.com 50 Fuel Points survey platform at krogerfeedback.com
10-04-2024 01:10 AM
@Schumann523 wrote:What is a container? I have researched this topic, and I have come across many definitions that I have found confusing.
Looking at it from the point of view of a PC, isn't a container essentially just an application?
Any input is appreciated. Thanks in advance.
this is the docker's website definition:
A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.
you can read more here:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide