Become a member
Sign in
Shekhar Suman
Shekhar Suman

Shekhar Suman

29 Following
1 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Shekhar Suman

See more

From Docker, Containerd & Standalone Runtimes — Here’s What You Should Know by Aymen El Amri

…r to the version 1.11, Docker engine was used to manage volumes, networks, containers, images etc.. Now, the Docker architecture is broken into four components: Docker engine, containerd, containerd-shm and runC. The binaries are respectively called docker, docker-containerd, docker-containerd-shim, and docker-runc.

From Docker, Containerd & Standalone Runtimes — Here’s What You Should Know by Aymen El Amri

To run a container, Docker engine creates the image, pass it to containerd. containerd calls containerd-shim that uses runC to run the container. Then, containerd-shim allows the runtime (runC in this case) to exit after it starts the container …

From How I built an NBA player profile fetcher with React, Redux-Saga, and Styled Components by Jonathan Puc

Make a folder called actions within the root of your store folder, and create the two following files:

Claps from Shekhar Suman

See more

Object Detection with 10 lines of code

Moses Olafenwa

React component patterns

William Whatley

Immensely Upgrade Your Development Environment With These Visual Studio Code Extensions

Indrek Lasn