mirror of https://github.com/docker/docker-py.git
20 lines
594 B
YAML
20 lines
594 B
YAML
site_name: docker-py Documentation
|
|
site_description: An API client for Docker written in Python
|
|
site_favicon: favicon_whale.png
|
|
site_url: http://docker-py.readthedocs.org
|
|
repo_url: https://github.com/docker/docker-py/
|
|
theme: readthedocs
|
|
pages:
|
|
- Home: index.md
|
|
- Client API: api.md
|
|
- Port Bindings: port-bindings.md
|
|
- Using Volumes: volumes.md
|
|
- Using TLS: tls.md
|
|
- Host devices: host-devices.md
|
|
- Host configuration: hostconfig.md
|
|
- Network configuration: networks.md
|
|
- Using tmpfs: tmpfs.md
|
|
- Using with boot2docker: boot2docker.md
|
|
- Change Log: change_log.md
|
|
- Contributing: contributing.md
|