tools:docker
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:docker [2024/08/27 06:54] – [Docker] Humphrey Boa-Gart | tools:docker [2024/08/27 07:31] (current) – [Components] Humphrey Boa-Gart | ||
---|---|---|---|
Line 3: | Line 3: | ||
**Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called **containers**. Containers are isolated from one another and bundle their own software, dependencies, | **Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called **containers**. Containers are isolated from one another and bundle their own software, dependencies, | ||
- | Docker packages are distributed as flat inert **images**. These images are used by the Docker Engine to generate the aforementioned containers, which is where the package' | + | Docker packages are distributed as flat inert **images**. These images are used by the Docker Engine to generate the aforementioned containers, which is where the package' |
Another summary, from the [[https:// | Another summary, from the [[https:// | ||
Line 10: | Line 10: | ||
===== Components ===== | ===== Components ===== | ||
+ | |||
+ | {{ : | ||
Docker isn't a single piece of software, but rather several components packaged together. We are not going to go in-depth to all the components here, but there are a few basic ones you should have a working knowledge of. | Docker isn't a single piece of software, but rather several components packaged together. We are not going to go in-depth to all the components here, but there are a few basic ones you should have a working knowledge of. | ||
Line 19: | Line 21: | ||
* The [[tools: | * The [[tools: | ||
- | The most basic way to launch | + | The most basic way to launch |
- | To build your own Docker images, you will be using [[https:// | + | To build your own Docker images, you will be using [[https:// |
Finally there is [[https:// | Finally there is [[https:// |
tools/docker.1724741680.txt.gz · Last modified: 2024/08/27 06:54 by Humphrey Boa-Gart
Find this page online at: https://bestpoint.institute/tools/docker
Find this page online at: https://bestpoint.institute/tools/docker