Best of ContainersMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Docker vs Podman: A New Era in Secure Orchestration

    Explore the differences between Docker and Podman in terms of secure orchestration and enhanced security.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    🛢️ Implement CI/CD Pipeline for MERN app in docker-compose on EC2 using GitHub Actions with Zero or Minimum Downtime

    Learn how to implement a CI/CD pipeline for a MERN app using docker-compose on EC2 using GitHub Actions with zero or minimum downtime.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggets·2y

    Containerize Python Apps with Docker in 5 Easy Steps

    Learn how to containerize Python applications with Docker in 5 easy steps. Docker simplifies managing dependencies and provides isolated and reproducible environments for all applications.

  4. 4
    Article
    Avatar of javarevisitedJavarevisited·2y

    Debugging Kubernetes Part 1: An Introduction

    This post introduces Kubernetes and its role in solving real-world problems faced by developers in production environments. It explains the challenges of production debugging in Kubernetes, the fundamental principles of Kubernetes, and the evolution of deployment technologies before Kubernetes.

  5. 5
    Article
    Avatar of hnHacker News·2y

    My VM is Lighter (and Safer) than your Container

    Containers are lightweight compared to virtual machines but offer weaker isolation. The paper examines whether there is a tradeoff between isolation and efficiency. They find that lightweight VMs can be as nimble as containers with the right toolstack. They introduce LightVM, a new Xen-based virtualization solution optimized for fast boot times and efficient resource usage.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    How To Use docker exec to Run Commands in a Docker Container

    Learn how to use the docker exec command to run commands and get an interactive shell in a Docker container. Find out how to start a test container, run a command inside a container, set the working directory, run a command as a different user, and pass environment variables into a container.

  7. 7
    Article
    Avatar of danielhaxxsedaniel.haxx.se·2y

    Six billion docker pulls

    The official curl docker image has been pulled over six billion times, with an average of 38 pulls per second since its release in July 2019. The pull counter was obtained through the Docker API.

  8. 8
    Article
    Avatar of collectionsCollections·2y

    Working with Containers and Kubernetes using Podman Desktop

    Learn how to work with containers and Kubernetes using Podman Desktop, a powerful developer tool that simplifies the process. Install Podman Desktop and Kind on your Windows machine, create a local Kubernetes cluster, and manage your containers and clusters with ease.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    Rancher Desktop by SUSE

    Rancher Desktop by SUSE is an open-source application that provides all the essentials to work with containers and Kubernetes on the desktop. It offers simple installation, configuration options, an intuitive graphical user interface, container toolchain features, seamless Kubernetes upgrades, and bundled utilities.