A Window into Docker, minikube, and containerd

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • containerd

    An open and reliable container runtime

  • curl.exe -LO https://github.com/containerd/containerd/releases/download/v1.5.5/containerd-1.5.5-linux-amd64.tar.gz mkdir "C:\Program Files\containerd" tar -xzf containerd-1.5.5-linux-amd64.tar.gz mv .\bin\* "C:\Program Files\containerd" $env:Path = $env:Path + ';C:\Program Files\containerd' containerd.exe config default | Set-Content "C:\Program Files\containerd\config.toml" -Force Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe" .\containerd.exe --register-service Start-Service containerd

  • windows-container-networking

    Container networking plugins for Windows containers

  • curl.exe -LO https://github.com/microsoft/windows-container-networking/releases/download/v.0.2.0/windows-container-networking-cni-amd64-v0.2.0.zip curl.exe -LO https://raw.githubusercontent.com/microsoft/SDN/master/Kubernetes/windows/hns.psm1 mkdir -force "C:\Program Files\containerd\cni\bin" mkdir -force "C:\Program Files\containerd\cni\conf" Expand-Archive windows-container-networking-cni-amd6464-v0.2.0.zip -DestinationPath "C:\Program Files\containerd\cni\bin" -Force Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine Unblock-File -Path .\hns.psm1 ipmo .\hns.psm1

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • cri-tools

    CLI and validation tools for Kubelet Container Runtime Interface (CRI) .

  • We are in the endgame now. I promise. From the README, crictl provides a CLI for CRI-compatible container runtimes. The following snippet performs the following:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts