mirror of https://github.com/docker/docs.git
Typo image -> container
Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
This commit is contained in:
parent
95c0f07966
commit
034466d356
|
@ -243,7 +243,7 @@ Here is an example image JSON file:
|
||||||
The execution parameters which should be used as a base when running a
|
The execution parameters which should be used as a base when running a
|
||||||
container using the image. This field can be <code>null</code>, in
|
container using the image. This field can be <code>null</code>, in
|
||||||
which case any execution parameters should be specified at creation of
|
which case any execution parameters should be specified at creation of
|
||||||
the image.
|
the container.
|
||||||
|
|
||||||
<h4>Container RunConfig Field Descriptions</h4>
|
<h4>Container RunConfig Field Descriptions</h4>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue