From 24a42b1370380179c48f88a3d2d81faddda9cbcc Mon Sep 17 00:00:00 2001 From: "O.S.Tezer" Date: Thu, 17 Apr 2014 17:47:34 +0300 Subject: [PATCH] Remove manually written TOCs from archived docs. Docker-DCO-1.1-Signed-off-by: O.S. Tezer (github: ostezer) --- .../api/archive/docker_remote_api_v1.0.md | 49 ---------------- .../api/archive/docker_remote_api_v1.1.md | 49 ---------------- .../api/archive/docker_remote_api_v1.2.md | 47 ---------------- .../api/archive/docker_remote_api_v1.3.md | 50 ----------------- .../api/archive/docker_remote_api_v1.4.md | 52 ----------------- .../api/archive/docker_remote_api_v1.5.md | 52 ----------------- .../api/archive/docker_remote_api_v1.6.md | 52 ----------------- .../api/archive/docker_remote_api_v1.7.md | 56 ------------------- .../api/archive/docker_remote_api_v1.8.md | 56 ------------------- 9 files changed, 463 deletions(-) diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.0.md b/docs/sources/reference/api/archive/docker_remote_api_v1.0.md index 7cb625aa2f..8f94733584 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.0.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.0.md @@ -4,55 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.0](#id1) -Table of Contents - -- [Docker Remote API v1.0](#docker-remote-api-v1-0) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Get default username and - email](#get-default-username-and-email) - - [Check auth configuration and store - it](#check-auth-configuration-and-store-it) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - ## [1. Brief introduction](#id2) - The Remote API is replacing rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.1.md b/docs/sources/reference/api/archive/docker_remote_api_v1.1.md index 8e9e6d57fd..71d2f91d37 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.1.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.1.md @@ -4,55 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.1](#id1) -Table of Contents - -- [Docker Remote API v1.1](#docker-remote-api-v1-1) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Get default username and - email](#get-default-username-and-email) - - [Check auth configuration and store - it](#check-auth-configuration-and-store-it) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - ## [1. Brief introduction](#id2) - The Remote API is replacing rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.2.md b/docs/sources/reference/api/archive/docker_remote_api_v1.2.md index 0966908f50..0239de6681 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.2.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.2.md @@ -4,53 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.2](#id1) -Table of Contents - -- [Docker Remote API v1.2](#docker-remote-api-v1-2) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API is replacing rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.3.md b/docs/sources/reference/api/archive/docker_remote_api_v1.3.md index bda1ebce4a..d83b9d85b1 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.3.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.3.md @@ -4,56 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.3](#id1) -Table of Contents - -- [Docker Remote API v1.3](#docker-remote-api-v1-3) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [List processes running inside a - container](#list-processes-running-inside-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [Monitor Docker’s events](#monitor-docker-s-events) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API is replacing rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.4.md b/docs/sources/reference/api/archive/docker_remote_api_v1.4.md index 6dffd0958e..32733708b3 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.4.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.4.md @@ -4,58 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.4](#id1) -Table of Contents - -- [Docker Remote API v1.4](#docker-remote-api-v1-4) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [List processes running inside a - container](#list-processes-running-inside-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [Copy files or folders from a - container](#copy-files-or-folders-from-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [Monitor Docker’s events](#monitor-docker-s-events) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API is replacing rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.5.md b/docs/sources/reference/api/archive/docker_remote_api_v1.5.md index 198661093a..adef571b3f 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.5.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.5.md @@ -4,58 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.5](#id1) -Table of Contents - -- [Docker Remote API v1.5](#docker-remote-api-v1-5) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [List processes running inside a - container](#list-processes-running-inside-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [Copy files or folders from a - container](#copy-files-or-folders-from-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [Monitor Docker’s events](#monitor-docker-s-events) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API is replacing rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.6.md b/docs/sources/reference/api/archive/docker_remote_api_v1.6.md index 1bac32a6be..5bd0e46d50 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.6.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.6.md @@ -4,58 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.6](#id1) -Table of Contents - -- [Docker Remote API v1.6](#docker-remote-api-v1-6) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [List processes running inside a - container](#list-processes-running-inside-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [Copy files or folders from a - container](#copy-files-or-folders-from-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [Monitor Docker’s events](#monitor-docker-s-events) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API has replaced rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.7.md b/docs/sources/reference/api/archive/docker_remote_api_v1.7.md index 0deb2a3fc2..206028188b 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.7.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.7.md @@ -4,62 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.7](#id1) -Table of Contents - -- [Docker Remote API v1.7](#docker-remote-api-v1-7) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [List processes running inside a - container](#list-processes-running-inside-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [Copy files or folders from a - container](#copy-files-or-folders-from-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [Monitor Docker’s events](#monitor-docker-s-events) - - [Get a tarball containing all images and tags in a - repository](#get-a-tarball-containing-all-images-and-tags-in-a-repository) - - [Load a tarball with a set of images and tags into - docker](#load-a-tarball-with-a-set-of-images-and-tags-into-docker) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API has replaced rcli diff --git a/docs/sources/reference/api/archive/docker_remote_api_v1.8.md b/docs/sources/reference/api/archive/docker_remote_api_v1.8.md index df767af37d..1ca6ff00d7 100644 --- a/docs/sources/reference/api/archive/docker_remote_api_v1.8.md +++ b/docs/sources/reference/api/archive/docker_remote_api_v1.8.md @@ -4,62 +4,6 @@ page_keywords: API, Docker, rcli, REST, documentation # [Docker Remote API v1.8](#id1) -Table of Contents - -- [Docker Remote API v1.8](#docker-remote-api-v1-8) - - [1. Brief introduction](#brief-introduction) - - [2. Endpoints](#endpoints) - - [2.1 Containers](#containers) - - [List containers](#list-containers) - - [Create a container](#create-a-container) - - [Inspect a container](#inspect-a-container) - - [List processes running inside a - container](#list-processes-running-inside-a-container) - - [Inspect changes on a container’s - filesystem](#inspect-changes-on-a-container-s-filesystem) - - [Export a container](#export-a-container) - - [Start a container](#start-a-container) - - [Stop a container](#stop-a-container) - - [Restart a container](#restart-a-container) - - [Kill a container](#kill-a-container) - - [Attach to a container](#attach-to-a-container) - - [Wait a container](#wait-a-container) - - [Remove a container](#remove-a-container) - - [Copy files or folders from a - container](#copy-files-or-folders-from-a-container) - - [2.2 Images](#images) - - [List Images](#list-images) - - [Create an image](#create-an-image) - - [Insert a file in an image](#insert-a-file-in-an-image) - - [Inspect an image](#inspect-an-image) - - [Get the history of an - image](#get-the-history-of-an-image) - - [Push an image on the - registry](#push-an-image-on-the-registry) - - [Tag an image into a - repository](#tag-an-image-into-a-repository) - - [Remove an image](#remove-an-image) - - [Search images](#search-images) - - [2.3 Misc](#misc) - - [Build an image from Dockerfile via - stdin](#build-an-image-from-dockerfile-via-stdin) - - [Check auth configuration](#check-auth-configuration) - - [Display system-wide - information](#display-system-wide-information) - - [Show the docker version - information](#show-the-docker-version-information) - - [Create a new image from a container’s - changes](#create-a-new-image-from-a-container-s-changes) - - [Monitor Docker’s events](#monitor-docker-s-events) - - [Get a tarball containing all images and tags in a - repository](#get-a-tarball-containing-all-images-and-tags-in-a-repository) - - [Load a tarball with a set of images and tags into - docker](#load-a-tarball-with-a-set-of-images-and-tags-into-docker) - - [3. Going further](#going-further) - - [3.1 Inside ‘docker run’](#inside-docker-run) - - [3.2 Hijacking](#hijacking) - - [3.3 CORS Requests](#cors-requests) - ## [1. Brief introduction](#id2) - The Remote API has replaced rcli