···358358<para>
359359 <varname>pkgs.dockerTools</varname> is a set of functions for creating and
360360 manipulating Docker images according to the
361361- <link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#docker-image-specification-v100">
362362- Docker Image Specification v1.0.0
361361+ <link xlink:href="https://github.com/moby/moby/blob/master/image/spec/v1.2.md#docker-image-specification-v120">
362362+ Docker Image Specification v1.2.0
363363 </link>. Docker itself is not used to perform any of the operations done by these
364364 functions.
365365</para>
···493493 <varname>config</varname> is used to specify the configuration of the
494494 containers that will be started off the built image in Docker.
495495 The available options are listed in the
496496- <link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#container-runconfig-field-descriptions">
497497- Docker Image Specification v1.0.0
496496+ <link xlink:href="https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions">
497497+ Docker Image Specification v1.2.0
498498 </link>.
499499 </para>
500500 </callout>