Skip to content

"Delving into Docker" needs updates #72

@MadhavJivrajani

Description

@MadhavJivrajani

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:

  1. Kubernetes: Kubernetes is a platform to run and manage containerised applications, often running many containers together in dynamic environments. It helps running cloud native apps and makes use of Docker internally.

    Kubernetes does not use Docker exclusively anymore since the recent docker-shim deprecation. There are different container runtimes that are available such as containerd and cri-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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions