
ctr
List of commands for ctr:
-
ctr:tldr:c20fc ctr: Tag an image.$ ctr images tag ${source_image}:${source_tag} ${target_image}:${target_tag}try on your machineexplain this command
-
ctr:tldr:c30a4 ctr: List all containers (running and stopped).$ ctr containers listtry on your machineexplain this command
-
ctr:tldr:d683d ctr: Pull an image.$ ctr images pull ${image}try on your machineexplain this command