mirror of https://github.com/docker/docs.git
engine/api: fix incorrect ID on "http" tab
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8dea3a7055
commit
e9750cda78
|
@ -659,7 +659,7 @@ print image.id
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tab-pullimages-curl" class="tab-pane fade" markdown="1">
|
<div id="tab-pullimages-auth-curl" class="tab-pane fade" markdown="1">
|
||||||
|
|
||||||
This example leaves the credentials in your shell's history, so consider
|
This example leaves the credentials in your shell's history, so consider
|
||||||
this a naive implementation. The credentials are passed as a Base-64-encoded
|
this a naive implementation. The credentials are passed as a Base-64-encoded
|
||||||
|
|
Loading…
Reference in New Issue