You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the following in the logs of the container created:
found worker \"...\", labels=map[org.mobyproject.buildkit.worker.executor:oci ...
skipping containerd worker, as \"/run/containerd/containerd.sock\" does not exist
What are oci workers and containerd workers? What responsibilities do they have and will choosing one over another provide any benefits?
I'm particularly interested whether choosing containerd worker will speed up loading images into docker (see docker/buildx#107 )