Merge pull request #2322 from serenashe/fix

Fix blog path error.
This commit is contained in:
KubeSphere CI Bot 2022-02-28 10:14:42 +08:00 committed by GitHub
commit bb13bf3abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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?