logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Manage Containerd - Control Containers with ctr | Online Free DevTools by Hexmos

Control and manage containerd containers and images with the ctr command. List, pull, and tag images easily. Free online tool, no registration required.

ctr

Manage containerd containers and images. More information: https://containerd.io.

  • List all containers (running and stopped):

ctr containers list

  • List all images:

ctr images list

  • Pull an image:

ctr images pull {{image}}

  • Tag an image:

ctr images tag {{source_image}}:{{source_tag}} {{target_image}}:{{target_tag}}

See Also