"Delving into Docker" needs updates #72
Labels
blog post enhancement
Suggest enhancements/edits to existing blog posts
good first issue
Good for newcomers
help wanted
Extra attention is needed
Helloooo good people of PESOS
I finally fully and attentively re-read "Delving into Docker" on the site, absolutely loved it.
A few things need updating since the blog was written:
Kubernetes does not use Docker exclusively anymore since the recent docker-shim deprecation. There are different container runtimes that are available such as
containerd
andcri-o
,docker
is still an available container runtime. You can find more information about container runtimes in k8s here.Suggestion: Maybe adding the section for "What are Containers" before everything else, might provide better context to the reader.
Proposed approach for edits: We can't edit the original without indicating that it was edited. My suggestion would be to leave the original as is, and wherever text itself is being altered (like in case of point 1.), add a section called Edit right after that and we display the edit there.
This could be a
good-first-issue
and open for contributions from anyone: up for discussion. If we do this, we will need to decide on how credits for edits will be given.cc @Gituser143 @metonymic-smokey
The text was updated successfully, but these errors were encountered: