Docker (software)
Docker is a technology that bundles a software program with all of the other software that application needs to run, such as an operating system, third-party software libraries, etc. Software bundled like this is called a container.[3]
| Original author(s) | Solomon Hykes |
|---|---|
| Developer(s) | Docker, Inc. |
| Initial release | March 20, 2013 |
| Stable release | |
| Repository | |
| Written in | Go |
| Operating system | Linux, Windows, macOS |
| Platform | x86-64, ARM, s390x, ppc64le |
| Type | OS-level virtualization |
| License | Free / Paid [2] |
| Website | docker.com |
The benefit of using Docker to put applications in containers is that they can be run on different kinds of computers (for example, both a laptop and a web server), without the risk of a missing software library or a different operating system causing the application to not work.
References
- "Release v24.0.2".
- "Docker FAQs".
- "Docker - easily explained! | Data Basecamp". 2021-11-23. Retrieved 2022-07-15.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.