<p>If you wish to push an image on to a private registry, that image must already have a tag which references the registry. For example, <code>registry.example.com/myimage:latest</code>.</p>
<h2class="anchor anchorWithStickyNavbar_JmGV"id="parameters">Parameters<ahref="#parameters"class="hash-link"aria-label="Direct link to Parameters"title="Direct link to Parameters"></a></h2>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="engineid">engineId<ahref="#engineid"class="hash-link"aria-label="Direct link to engineId"title="Direct link to engineId"></a></h3>
<p>the id of the engine managing the image, obtained from the result of <ahref="/api/namespaces/containerEngine/functions/listImages">containerEngine.listImages</a></p>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="imageid">imageId<ahref="#imageid"class="hash-link"aria-label="Direct link to imageId"title="Direct link to imageId"></a></h3>
<p>the id of the image on this engine, obtained from the result of <ahref="/api/namespaces/containerEngine/functions/listImages">containerEngine.listImages</a></p>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="callback">callback<ahref="#callback"class="hash-link"aria-label="Direct link to callback"title="Direct link to callback"></a></h3>
<p>the function called when new logs are emitted or new events happen on the stream. The value of <code>name</code> can be either <code>data</code>(and <code>data</code> contains the logs), or <code>end</code> indicating the end of the stream, or <code>first-message</code> indicating no data has been emitted yet on the stream.</p>
<h3class="anchor anchorWithStickyNavbar_JmGV"id="authinfo">authInfo?<ahref="#authinfo"class="hash-link"aria-label="Direct link to authInfo?"title="Direct link to authInfo?"></a></h3>
<h2class="anchor anchorWithStickyNavbar_JmGV"id="returns">Returns<ahref="#returns"class="hash-link"aria-label="Direct link to Returns"title="Direct link to Returns"></a></h2>