Fix blog path error.

Signed-off-by: serenashe <serenashe@kubesphere.io>
This commit is contained in:
serenashe 2022-02-28 10:08:08 +08:00
parent 3273af48f8
commit 62b0437937
2 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
description: 'In the last part of our series, we talked about what are CRI and OCI, differences between Docker, containerd, CRI-O and their architecture, etc. Recently, weve got to know that Docker is going to be deprecated from kubernetes! (check out this article officially from....'
createTime: '2022-01-24'
author: 'Pulkit Singh'
snapshot: '/images/blogs/Part-2:-How-to-migrate-to-containerd-and-CRI-O-after-Docker-Deprecation-in-Kubernetes/2.png'
snapshot: '/images/blogs/Part-2-How-to-migrate-to-containerd-and-CRI-O-after-Docker-Deprecation-in-Kubernetes/2.png'
---
![main.png](/images/blogs/Part-2:-How-to-migrate-to-containerd-and-CRI-O-after-Docker-Deprecation-in-Kubernetes/2.png)
![main.png](/images/blogs/Part-2-How-to-migrate-to-containerd-and-CRI-O-after-Docker-Deprecation-in-Kubernetes/2.png)
In the last part of our series, we talked about what are CRI and OCI, differences between Docker, containerd, CRI-O and their architecture, etc. Recently, weve got to know that Docker is going to be deprecated from kubernetes! ([check out this article officially from kubernetes](https://kubernetes.io/blog/2021/11/12/are-you-ready-for-dockershim-removal/)) So lets talk more in depth about why is it happening so?