lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dockerTools: document image spec v1.2 compatibility

authored by

Mathias Schreck and committed by
Robin Gloster
cd3d8529 86d9b09c

+4 -4
+4 -4
doc/functions.xml
··· 358 358 <para> 359 359 <varname>pkgs.dockerTools</varname> is a set of functions for creating and 360 360 manipulating Docker images according to the 361 - <link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#docker-image-specification-v100"> 362 - Docker Image Specification v1.0.0 361 + <link xlink:href="https://github.com/moby/moby/blob/master/image/spec/v1.2.md#docker-image-specification-v120"> 362 + Docker Image Specification v1.2.0 363 363 </link>. Docker itself is not used to perform any of the operations done by these 364 364 functions. 365 365 </para> ··· 493 493 <varname>config</varname> is used to specify the configuration of the 494 494 containers that will be started off the built image in Docker. 495 495 The available options are listed in the 496 - <link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#container-runconfig-field-descriptions"> 497 - Docker Image Specification v1.0.0 496 + <link xlink:href="https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions"> 497 + Docker Image Specification v1.2.0 498 498 </link>. 499 499 </para> 500 500 </callout>