Best of ContainersFebruary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Why Developers Should Learn Docker and Kubernetes in 2024

    Developers should consider learning Docker and Kubernetes in 2024 due to their importance in the era of Microservices and Cloud Computing. Docker provides containerization, while Kubernetes offers orchestration and management of containers. Learning these tools can enhance a developer's knowledge and career prospects in the evolving tech industry.

  2. 2
    Article
    Avatar of dzDZone·3y

    Top Three Docker Alternatives To Consider

    Podman is a daemonless, open-source, Linux-native container engine that is considered one of the best alternatives for Docker. Podman, Kubernetes, Openshift, LXD, Docker Swarm, BuidKit, and Mesos are some of the popular Docker alternatives available in the market today.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Docker for Data Science Cheat Sheet

    Docker is an open-source platform for building, packaging, and distributing portable applications, making it an important tool for data science. Docker helps ensure reproducibility and collaboration by allowing code and dependencies to be packaged in containers. The Docker for Data Science cheat sheet provides a handy reference for data scientists, covering topics like containerization, Docker Compose, and advanced management of Docker images.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Build and Deploy NodeJS App On Kubernetes from Scratch

    The post discusses the importance of designing and scaling web applications, the use of containers, and how to build and deploy a NodeJS app on Kubernetes.

  5. 5
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·3y

    Attacking and securing Docker containers

    The Docker daemon is actually the core of the docker environment, it runs containers, pull images and manage all the networks and volume. You can use the Docker daemon through a client, or if you want to make things hard you can connect directly to the Docker socket.

  6. 6
    Article
    Avatar of cncfCNCF·3y

    Docker on MacOS is slow and how to fix it

    Docker on MacOS is slow and how to fix it Community post by Paolo Mainardi originally published on Paolo’s personal blog. The only viable option to have a decent performance and a good DX are: VirtioFS to share the filesystem ( Docker Desktop, Rancher Desktop, Colima) There are still some issues.