ghaction-setup-containerd icon indicating copy to clipboard operation
ghaction-setup-containerd copied to clipboard

Integrate containerd with default docker installed on github linux runner

Open Mohsen7s opened this issue 3 years ago • 1 comments

After including this action in my workflow, still when I query docker version it report the old version of containerd shipped with default github runner.

Is it possible to integrate default pre-installed docker in github runner ? Should I do any extra step to remove the default pre-installed docker ?

Mohsen7s avatar Feb 18 '22 21:02 Mohsen7s

In case anyone else ends up here just looking for a way to use containerd with buildx in a GitHub runner, check out crazy-max/gh-action-setup-docker instead

ComfyDust avatar Sep 27 '24 07:09 ComfyDust