Skip to content

Commit 4e1b130

Browse files
authored
site: Update that containerd CRI supports docker-env (#19641)
1 parent eef1c4b commit 4e1b130

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/content/en/docs/handbook/pushing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here is a comparison table to help you choose:
3131

3232
| Method | Supported Runtimes | Performance | Load | Build |
3333
|--- |--- |--- |--- |--- |--- |--- |
34-
| [docker-env command](/docs/handbook/pushing/#1-pushing-directly-to-the-in-cluster-docker-daemon-docker-env) | only docker | good | yes | yes |
34+
| [docker-env command](/docs/handbook/pushing/#1-pushing-directly-to-the-in-cluster-docker-daemon-docker-env) | docker & containerd | good | yes | yes |
3535
| [cache command](/docs/handbook/pushing/#2-push-images-using-cache-command) | all | ok | yes | no |
3636
| [podman-env command](/docs/handbook/pushing/#3-pushing-directly-to-in-cluster-cri-o-podman-env) | only cri-o | good | yes | yes |
3737
| [registry addon](/docs/handbook/pushing/#4-pushing-to-an-in-cluster-using-registry-addon) | all | ok | yes | no |
@@ -40,9 +40,9 @@ Here is a comparison table to help you choose:
4040
| [image load command](/docs/handbook/pushing/#7-loading-directly-to-in-cluster-container-runtime) | all | ok | yes | no |
4141
| [image build command](/docs/handbook/pushing/#8-building-images-to-in-cluster-container-runtime) | all | ok | no | yes |
4242

43-
* note1 : the default container-runtime on minikube is 'docker'.
44-
* note2 : 'none' driver (bare metal) does not need pushing image to the cluster, as any image on your system is already available to the kubernetes.
45-
* note3: when using ssh to run the commands, the files to load or build must already be available on the node (not only on the client host).
43+
* Note 1: The default container-runtime on minikube is `docker`.
44+
* Note 2: The `none` driver (bare metal) does not need pushing image to the cluster, as any image on your system is already available to the Kubernetes cluster.
45+
* Note 3: When using ssh to run the commands, the files to load or build must already be available on the node (not only on the client host).
4646

4747
---
4848

0 commit comments

Comments
 (0)