From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/docker/engine%2Findex.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devdocs/docker/engine%2Findex.html (limited to 'devdocs/docker/engine%2Findex.html') diff --git a/devdocs/docker/engine%2Findex.html b/devdocs/docker/engine%2Findex.html new file mode 100644 index 00000000..f5e4a079 --- /dev/null +++ b/devdocs/docker/engine%2Findex.html @@ -0,0 +1,9 @@ +

Docker Engine overview

+

Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with:

The CLI uses Docker APIs to control or interact with the Docker daemon through scripting or direct CLI commands. Many other Docker applications use the underlying API and CLI. The daemon creates and manage Docker objects, such as images, containers, networks, and volumes.

For more details, see Docker Architecture.

Docker user guide

To learn about Docker in more detail and to answer questions about usage and implementation, check out the overview page in “get started”.

Installation guides

The installation section shows you how to install Docker on a variety of platforms.

Release notes

A summary of the changes in each release in the current series can now be found on the separate Release Notes page

Feature Deprecation Policy

As changes are made to Docker there may be times when existing features need to be removed or replaced with newer features. Before an existing feature is removed it is labeled as “deprecated” within the documentation and remains in Docker for at least 3 stable releases unless specified explicitly otherwise. After that time it may be removed.

Users are expected to take note of the list of deprecated features each release and plan their migration away from those features, and (if applicable) towards the replacement features as soon as possible.

The complete list of deprecated features can be found on the Deprecated Features page.

Licensing

Docker is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

+

Engine

+
+

+ © 2019 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
+ https://docs.docker.com/engine/ +

+
-- cgit v1.2.3