From f4be3f7cdace7e6292ad496341f811dfea3c8167 Mon Sep 17 00:00:00 2001 From: ricardobranco777 Date: Mon, 30 Dec 2024 18:08:54 +0000 Subject: [PATCH] deploy: 11431845717a7abc502aa4a6fde9fd9ea217a7a7 --- containers/engine.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/containers/engine.html b/containers/engine.html index c3841ebea1dd..3ff6bfc43bef 100644 --- a/containers/engine.html +++ b/containers/engine.html @@ -22,7 +22,6 @@
  • pull($image_name, [%args])
  • enum_images
  • enum_images
  • -
  • info
  • get_container_logs($container, $filename)
  • remove_container($container_name, [assert])
  • check_image_in_host
  • @@ -64,10 +63,6 @@

    enum_images

    Return an array ref of the containers

    -

    info

    - -

    Assert a property against given expected value if value is given. Otherwise it prints the output of info.

    -

    get_container_logs($container, $filename)

    Request container's logs. container the running container. filename file the logs are written to.