Best of ContainersJuly 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Docker 101: A Beginner’s Guide to Containerization

    Docker is a containerization platform that allows developers to create lightweight, portable and self-sufficient containers. Docker enables developers to package their applications along with all dependencies into a single unit, known as a container. Docker streamlines the deployment process, significantly reducing the time it takes to get your applications up and running.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Dockerize a React Application – A Step by Step Tutorial

    How to Dockerize a React Application: you have developed an application that is ready to be deployed. In this tutorial, I am going to take a React application and show you, step by step, how to build an image, push it to a remote registry, and use that image to run your application in a container.

  3. 3
    Article
    Avatar of amplicationAmplication·3y

    Serverless vs. Containers for Microservices: What should you choose

    Serverless vs. Containers for Microservices: What should you choose? Amplication has just surpassed the remarkable milestone of 11,000 stars on GitHub! We'll explore the strengths and weaknesses of Containers and Serverless for building microservices while exploring various use cases to help determine their suitability.

  4. 4
    Article
    Avatar of dzDZone·3y

    Docker Alternatives

    DZone will explore the Docker alternatives to your SaaS application. Join the DZone community and get the full member experience. Join For Free Docker technology has revolutionized the infrastructure management landscape in such a way that Docker has now become a synonym for containers.

  5. 5
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Essential Tools for a Smooth Landing into the World of DevOps

    DevOps has emerged as a crucial methodology for bridging the gap between development and operations teams. DevOps emphasizes collaboration, automation, and continuous integration and delivery (CI/CD) Tools include Jenkins, Ansible, Docker, Kubernetes, Terraform, AWS CloudWatch, Prometheus, Jira, and more.

  6. 6
    Article
    Avatar of spaceliftSpacelift·3y

    21 Docker Security Best Practices – Deamon, Image & Container

    Deamon, Image & Container Docker is the most popular containerization platform. It isolates software and its dependencies into self-contained units which run independently of your host machine. We’ve split the techniques into three main sections: Docker daemon security, image security, and container security.

  7. 7
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Getting Started with Ansible: A Comprehensive Guide for DevOps Beginners

    Ansible, a powerful open-source automation tool, is here to make your life easier. It allows you to automate tasks, configuration management, application deployment, and much more. Ansible Modules Explained in Ansible are the building blocks of automation. They are small, standalone scripts that Ansible uses to perform tasks on managed hosts.

  8. 8
    Article
    Avatar of hackernoonHacker Noon·3y

    Docker for Beginners: Containerizing a Nextjs Application

    Docker for Beginners: Containerizing a Nextjs Application is an absolute beginner approach. I am not advising to use it in production. This is something new to me and I am still exploring Docker. If you're reading this, maybe you can help me make some improvements to this approach.