diff --git a/assets/images/authentication.svg b/assets/images/authentication.svg new file mode 100644 index 0000000000..5b000f4a6f --- /dev/null +++ b/assets/images/authentication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/compose-cli.svg b/assets/images/compose-cli.svg new file mode 100644 index 0000000000..f31c2423ac --- /dev/null +++ b/assets/images/compose-cli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/data.svg b/assets/images/data.svg new file mode 100644 index 0000000000..49c2ae2476 --- /dev/null +++ b/assets/images/data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/engine-api.svg b/assets/images/engine-api.svg new file mode 100644 index 0000000000..67a9cedd6b --- /dev/null +++ b/assets/images/engine-api.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/image.svg b/assets/images/image.svg new file mode 100644 index 0000000000..b6a4658b0d --- /dev/null +++ b/assets/images/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/manage.svg b/assets/images/manage.svg new file mode 100644 index 0000000000..4aa4b3ba31 --- /dev/null +++ b/assets/images/manage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/storage.svg b/assets/images/storage.svg new file mode 100644 index 0000000000..316a26ffab --- /dev/null +++ b/assets/images/storage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/terminal.svg b/assets/images/terminal.svg new file mode 100644 index 0000000000..b0934ac363 --- /dev/null +++ b/assets/images/terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/reference/index.md b/reference/index.md index 458e1b70e3..ef0560fe6a 100644 --- a/reference/index.md +++ b/reference/index.md @@ -5,38 +5,148 @@ notoc: true --- This section includes the reference documentation for the Docker platform's -various APIs, CLIs, and file formats. +various APIs, CLIs, drivers and specifications, and file formats. ## File formats -| File format | Description | -|:--------------------------------------------------------------------|:----------------------------------------------------------------| -| [Dockerfile](/engine/reference/builder/) | Defines the contents and startup behavior of a single container | -| [Compose file](/compose/compose-file/) | Defines a multi-container application | - +
Defines the contents and startup behavior of a single container.
+Defines a multi-container application.
+The main CLI for Docker, includes all docker
commands.
The CLI for Docker Compose, which allows you to build and run multi-container applications.
+Persistent process that manages containers.
+The main API for Docker, provides programmatic access to a daemon.
+Facilitates distribution of images to the engine.
+API to interact with Docker Hub.
+API for Docker Verified Publishers to fetch analytics data.
+Describes the various components of a Docker image.
+Outlines the Docker Registry authentication schemes.
+Enables support for given cloud providers when storing images with Registry.
+