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
The buildkit-cli-for-kubectl project aims to provide a drop-in replacement for
`docker build` with compatible UX. Some users looking to migrate off
dockershim may find this CLI plugin useful.
Signed-off-by: Daniel Hiltgen <[email protected]>
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2020-12-02-dockershim-faq.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,13 +141,14 @@ runtime where possible.
141
141
Another thing to look out for is anything expecting to run for system maintenance
142
142
or nested inside a container when building images will no longer work. For the
143
143
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see [mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/#mapping-from-docker-cli-to-crictl)) and for the
144
-
latter you can use newer container build options like [img], [buildah], or
145
-
[kaniko] that don’t require Docker.
144
+
latter you can use newer container build options like [img], [buildah],
145
+
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
0 commit comments