Best of Containers β€” March 2022

  1. 1
    Article
    Avatar of devtoDEVΒ·4y

    Docker: Explained to a 5 year old. πŸ‘ΆπŸ»

    Docker is a way to containerize applications (putting code in boxes that can work on their own) Containers are boxes that have no host Operating system, so they are independent of the device they run on. A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

  2. 2
    Article
    Avatar of vscodeVisual Studio CodeΒ·4y

    The problem with tutorials

    Tutorials on how to use Remote Containers in Visual Studio Code have low completion rates. Laravel PHP project elegantly implements this in their own tutorials to great effect. The idea behind containerized dev environments is that you develop inside of a Docker container. The Remote - Containers extension for VS Code does exactly this.

  3. 3
    Article
    Avatar of devgeniusDev GeniusΒ·4y

    Get started with Docker and Docker Compose

    Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. Get started with Docker and Docker Compose.

  4. 4
    Article
    Avatar of smashingSmashing MagazineΒ·4y

    New CSS Features In 2022 β€” Smashing Magazine

    Container queries enable us to style an element depending on the size of its parent. This is a crucial difference from media queries, which only query the viewport. This has long been a problem for responsive design, as often we want a component to adapt to its context. Some are already starting to land in browsers, others are likely to gain widespread browser support in 2022.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCampΒ·4y

    How to Remove All Docker Images – A Docker Cleanup Guide

    The most popular technology for container management is Docker. Using containers can take a lot of disk space, and you will eventually end up with a full disk. This guide shows you how you analyze used disk space and clean up different Docker resources. All you need is a running Docker daemon and a terminal.