The 1.7 API docs show the ability to pass Privileged when creating a container. This is not supported as. Privileged is now part of hostConfig and can only be passed when starting a container. This fixes the documentation issue. Upstream-commit: bf17383e35afa12f5d6cb145b26542f2dc4f95de Component: engine
This directory holds the authoritative specifications of APIs defined and implemented by Docker. Currently this includes:
- The remote API by which a docker node can be queried over HTTP
- The registry API by which a docker node can download and upload container images for storage and sharing
- The index search API by which a docker node can search the public index for images to download