Best of ContainersNovember 2021

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Top Docker alternatives for 2022

    In August 2021, Docker Desktop will no longer be free for companies with more than 250 employees or over $10 million in revenue. In this article, we’ll cover a few Docker alternatives that act as drop-in replacements for various aspects of the Docker ecosystem. Each tool adheres to the Open Containers Initiative (OCI) specification.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Let's create a Pixel Art maker with JavaScript

    In this article we will learn how to create a pixel art generator using HTML, CSS and vanilla JS. In one of my previous articles I have showed you how to created a paint app using JavaScript. We will create a helper function called populate for that. And now lets style them in our style.

  3. 3
    Article
    Avatar of geekflareGeekflare·5y

    IDE as a Code with GitHub Codespaces in Visual Studio Code

    GitHub codespaces is a cloud environment that is accessible from a browser and has all the features necessary for developing dedicated code. To use this feature, you must have Docker installed on your machine. It is also necessary to install the Remote Containers extension, which will help us build the development environment.

  4. 4
    Article
    Avatar of itnextITNEXT·5y

    Kubernetes for dummies: Life of a Pod

    Every running container in a k8s cluster is inside a Pod. The Pod provides a running environment for the containers, including networking and storage. A Pod can have multiple containers if necessary. Containers in the same Pod are tightly coupled and share resources (networking and storage, security rules, etc. ).

  5. 5
    Article
    Avatar of pointerPointer·5y

    Learning Containers From The Bottom Up

    Ivan Velichko has spent years learning about containers and Docker. He has created a learning path that walks you through the basics. He also has plans to turn this site into an interactive platform where people could learn stuff I write about right in their browser. Follow Ivan on Twitter @iximiuz.