September 2022 Newsletter – Docker


News you can use and monthly highlights:

Opinionated Docker development workflow for Node.js projects – Are you planning to containerize your Node.js project? Here’s a quick step-by-step guide for developing and testing your Node.js app using Docker and best practices.

A command line tool to create development environments for AI/ML based on buildkit – Is your AI/ML development team still facing the challenge of system dependencies and clunky things that often break your app? If yes, then check out this new command line tool! Envd will help you create the container-based development environment for your AI/ML solution.

The smallest Docker image to serve static websites – Would you believe us if we said you can host your website on a 154KB Docker container? See for yourself! Here’s an article that shows how you can successfully run a static website on such a tiny Docker container.

Using Docker manifest to create multi-arch images on AWS Graviton processors – Building Docker images for multiple architectures has become increasingly popular. This blog post introduces a Docker manifest utility that helps developers build separate images for each architecture. These can then be joined into a multi-arch image when it’s time to share.

Deploying and Scaling the Official Strapi Demo App “FoodAdvisor” with Kubernetes and Docker – Here’s an article that shows how a shift from the monolith to microservice architecture can help you build a highly scalable and performant application.



Source link