A curated list of Docker, Kubernetes and IoT-articles
-
How to Build and Run a Node application using Nginx, Docker and Redis
With over 14,700 stars, 2,000 forks, awesome-compose is a popular Docker repository that provides a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose. This project is maintained by Docker, Inc and open for the community to contribute and submit their compose file. Available Categories…
Read more about How to Build and Run a Node application using Nginx, Docker and Redis
-
How to store JSON in Redis using Docker
RedisJSON is a source-available Redis module that lets you store, manipulate, and query JSON documents in Redis. The standard Redis Python client (v4.0 or greater) supports all of the features of RedisJSON, and in this tutorial, we’ll see how to get started with them. Getting started with RedisJSON To run the examples below, you’ll need to…
-
How to Delete Docker Cache Effectively
Docker is a powerful tool that allows developers to easily package, distribute, and run applications in containers. However, over time, Docker images can accumulate a lot of unnecessary data and files, which can significantly increase the image size and slow down the build process. In this blog post, we’ll explore how to clean Docker cache…
-
Running AI Models Locally with Remote Access: Ollama, Open WebUI, and Cloudflare Setup
Want to run powerful AI models locally and access them remotely through a user-friendly interface? This guide explores a seamless Docker Compose setup that combines Ollama, Open WebUI, and Cloudflare for a secure and accessible experience. When working with advanced AI models, having a robust and accessible infrastructure is essential. This guide introduces a seamless…
-
How To Use Multiple Node Versions With NVM On MacOS
nvm is a tool that allows developers to seamlessly manage and switch between multiple versions of Node.js. It’s especially useful for projects requiring specific Node.js versions, as it helps prevent version conflicts and simplifies development workflows. GitHub Repository To install nvm on a Mac, you will need to follow these steps: Install Homebrew nvm is…
Read more about How To Use Multiple Node Versions With NVM On MacOS
-
How to Auto-Create AWS S3 Buckets using Localstack
With over 52,000 stars and 520+ contributors, LocalStack is an open-source tool that emulates a wide range of AWS services on a local machine. It’s primarily used for testing and development purposes, allowing developers to run applications locally without needing to interact with the actual AWS cloud. LocalStack is a cloud development platform that solves…
Read more about How to Auto-Create AWS S3 Buckets using Localstack
-
Docker Desktop and WebAssembly (WASM)
Docker Desktop now supports WebAssembly (WASM), allowing developers to build, run, and share WASM applications alongside Linux containers for enhanced flexibility.
-
Highlights of GovTech STACK Developer Conference 2024 and Docker DevTools Day: Gen AI Meetup
Discover the events of the GovTech STACK Developer Conference 2024 in Singapore, a unique event based on technological innovation and community of developers.
-
Running FFMPEG in Docker: A Clean and Isolated Approach
Discover how to run FFMPEG in Docker for a clean and isolated approach. Learn to use pre-built images or create your own Docker image.
Read more about Running FFMPEG in Docker: A Clean and Isolated Approach
-
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)
Discover the solution to the compatibility problems between Docker images and ARM64 platforms with Rosetta 2 on Mac M1 Pro to run x86 containers.