Skip to content

Commit

Permalink
deploy: 60f2de6
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Apr 18, 2024
1 parent 7b4dc29 commit 8f7e70d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
15 changes: 0 additions & 15 deletions containers/engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@
<li><a href="#build-dockerfile_path-image_tag-args">build($dockerfile_path, $image_tag, [%args])</a></li>
<li><a href="#run_container-image_name-mode-name-remote-keep_container-timeout-retry-delay">run_container($image_name, [mode, name, remote, keep_container, timeout, retry, delay])</a></li>
<li><a href="#pull-image_name-args">pull($image_name, [%args])</a></li>
<li><a href="#commit">commit</a></li>
<li><a href="#enum_images">enum_images</a></li>
<li><a href="#enum_images1">enum_images</a></li>
<li><a href="#get_images_by_repo_name">get_images_by_repo_name</a></li>
<li><a href="#info">info</a></li>
<li><a href="#get_container_logs-container-filename">get_container_logs($container, $filename)</a></li>
<li><a href="#remove_image-image_name">remove_image($image_name)</a></li>
<li><a href="#remove_container-container_name-assert">remove_container($container_name, [assert])</a></li>
<li><a href="#check_image_in_host">check_image_in_host</a></li>
<li><a href="#configure_insecure_registries">configure_insecure_registries</a></li>
Expand Down Expand Up @@ -59,10 +56,6 @@ <h2 id="pull-image_name-args">pull($image_name, [%args])</h2>

<p>Pull a container with the given <code>image_name</code> where <code>image_name</code> can be the name or id of the image. <code>args</code> passes parameters to <code>script_run</code></p>

<h2 id="commit">commit</h2>

<p>Save a existing container as a new image in the local registry</p>

<h2 id="enum_images">enum_images</h2>

<p>Return an array ref of the images</p>
Expand All @@ -71,10 +64,6 @@ <h2 id="enum_images1">enum_images</h2>

<p>Return an array ref of the containers</p>

<h2 id="get_images_by_repo_name">get_images_by_repo_name</h2>

<p>Returns an array ref with the names of the images.</p>

<h2 id="info">info</h2>

<p>Assert a <code>property</code> against given expected <code>value</code> if <code>value</code> is given. Otherwise it prints the output of info.</p>
Expand All @@ -83,10 +72,6 @@ <h2 id="get_container_logs-container-filename">get_container_logs($container, $f

<p>Request container&#39;s logs. <code>container</code> the running container. <code>filename</code> file the logs are written to.</p>

<h2 id="remove_image-image_name">remove_image($image_name)</h2>

<p>Remove a image from the pool.</p>

<h2 id="remove_container-container_name-assert">remove_container($container_name, [assert])</h2>

<p>Remove a container from the pool. <code>container_name</code> is the container name to be removed. Required argument. <code>assert</code> Is an optional boolean for asserting that the call is successful. If false the method returns the return value of the call.</p>
Expand Down
3 changes: 0 additions & 3 deletions containers/k8s.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<li><a href="#uninstall_k3s-Uninstalls-k3s">uninstall_k3s Uninstalls k3s</a></li>
<li><a href="#install_kubectl-Installs-kubectl-from-the-respositories">install_kubectl Installs kubectl from the respositories</a></li>
<li><a href="#install_helm-Installs-helm-from-our-repositories">install_helm Installs helm from our repositories</a></li>
<li><a href="#install_oc-Installs-oc">install_oc Installs oc</a></li>
<li><a href="#apply_manifest-Apply-a-kubernetes-manifest">apply_manifest Apply a kubernetes manifest</a></li>
<li><a href="#find_pods-Find-pods-using-kubectl-queries">find_pods Find pods using kubectl queries</a></li>
<li><a href="#wait_for_k8s_job_complete-Wait-until-the-job-is-complete">wait_for_k8s_job_complete Wait until the job is complete</a></li>
Expand All @@ -35,8 +34,6 @@ <h2 id="install_kubectl-Installs-kubectl-from-the-respositories">install_kubectl

<h2 id="install_helm-Installs-helm-from-our-repositories">install_helm Installs helm from our repositories</h2>

<h2 id="install_oc-Installs-oc">install_oc Installs oc</h2>

<h2 id="apply_manifest-Apply-a-kubernetes-manifest">apply_manifest Apply a kubernetes manifest</h2>

<h2 id="find_pods-Find-pods-using-kubectl-queries">find_pods Find pods using kubectl queries</h2>
Expand Down

0 comments on commit 8f7e70d

Please sign in to comment.