promenade/doc/source/configuration/docker.rst
Felipe Monteiro 13bc298f60 Rename docs to doc to align with OpenStack standard
This patchset updates docs to doc to align with OpenStack
standard. Follow-up patchset will be needed to publish
documentation to OpenStack [0].

[0] https://docs.openstack.org/doc-contrib-guide/project-guides.html

Change-Id: I0f2346801bc3749e74fcc3104cc2258626747185
2018-06-04 15:10:35 -04:00

638 B

Docker

Configuration for the docker daemon. This document contains a single config key that directly translates into the contents of the daemon.json file described in Docker's configuration.

Sample Document

Here is a sample document:

schema: promenade/Docker/v1
metadata:
  schema: metadata/Document/v1
  name: docker
  layeringDefinition:
    abstract: false
    layer: site
data:
  config:
    live-restore: true
    storage-driver: overlay2