mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added Reference Manual
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
This commit is contained in:
parent
d6b810c32e
commit
89ff488b55
26 changed files with 19 additions and 4 deletions
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
17
docs/sources/reference/index.rst
Normal file
17
docs/sources/reference/index.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
:title: Docker Reference Manual
|
||||
:description: References
|
||||
:keywords: docker, references, api, command line, commands
|
||||
|
||||
.. _references:
|
||||
|
||||
Reference Manual
|
||||
================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
commandline/index
|
||||
builder
|
||||
api/index
|
|
@ -14,8 +14,7 @@ This documentation has the following resources:
|
|||
installation/index
|
||||
use/index
|
||||
examples/index
|
||||
commandline/index
|
||||
reference/index
|
||||
contributing/index
|
||||
api/index
|
||||
terms/index
|
||||
faq
|
||||
|
|
|
@ -13,7 +13,6 @@ Contents:
|
|||
:maxdepth: 1
|
||||
|
||||
basics
|
||||
builder
|
||||
workingwithrepository
|
||||
baseimages
|
||||
port_redirection
|
||||
|
|
|
@ -9,7 +9,7 @@ Share Directories via Volumes
|
|||
|
||||
.. versionadded:: v0.3.0
|
||||
Data volumes have been available since version 1 of the
|
||||
:doc:`../api/docker_remote_api`
|
||||
:doc:`../reference/api/docker_remote_api`
|
||||
|
||||
A *data volume* is a specially-designated directory within one or more
|
||||
containers that bypasses the :ref:`ufs_def` to provide several useful
|
||||
|
|
Loading…
Reference in a new issue