Join our Discord Server

Docker

Wasm and Kubernetes – Working Together

WebAssembly is a binary format that allows running code written in multiple languages (C/C++, Rust, Go, etc.) on the web. This...
Ajeet Raina
3 min read

How to Clear Docker Cache?

Docker is a powerful tool that allows developers to easily package, distribute, and run applications in containers. However, over time, Docker...
Ajeet Raina
2 min read

How to mount External Volumes in Docker

Docker volumes are a powerful feature that allow you to store data outside of a container’s filesystem. This is useful because...
Ajeet Raina
4 min read

Getting Started with Docker Multi-Stage Builds

Docker is a popular containerization platform used to create, deploy, and manage applications. One of the features that make Docker so...
Ajeet Raina
4 min read

Reflecting on a Decade of Innovation: Celebrating Docker’s 10th Birthday

As an organiser of the recent Docker Desktop workshop, I am excited to share my experience and insights on this dynamic...
Ajeet Raina
1 min read

Introducing Docker Init: Generating Docker Assets for Your Projects

Docker Desktop 4.18 is an exciting release with a lot of great new features that will make it easier for developers to...
Ajeet Raina
3 min read

Using Heredocs in Dockerfiles: Simplify Your Image-Building Process

When it comes to software development, Docker has emerged as a game-changer in recent years. Docker is an open-source platform that...
Ajeet Raina
2 min read

Introducing Collabnix Community: A New Meetup Group for DevOps Enthusiasts

DevOps is a rapidly growing field that brings together the worlds of development and operations. It is a culture and set...
Ajeet Raina
1 min read

Dagger: The Programmable CI/CD Engine That Runs Pipelines in Containers

Continuous Integration and Continuous Delivery/Deployment (CI/CD) are critical to the success of modern software development. They help to ensure that code...
Ajeet Raina
5 min read

Error: Docker Failed to Start – Docker Desktop for Windows

If you encounter an error while starting Docker Desktop for Windows, there are a few steps you can take to diagnose...
Ajeet Raina
4 min read

How to Fix “Cannot connect to the Docker daemon at unix:/var/run/docker.sock” Error Message?

Docker is a popular platform for building, shipping, and running applications in containers. However, sometimes when you try to run Docker...
Ajeet Raina
1 min read

How to Build a Discord Bot with ChatGPT?

Discord is a powerful communication platform that allows users to connect and engage with communities on a wide range of topics....
Ajeet Raina
3 min read

Building a Web Application using Laravel, NuxtJS and Docker

Laravel is a free, open-source PHP web application framework used for building web applications, APIs, and even command-line applications. It follows...
Ajeet Raina
5 min read

WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)

This warning message indicates that there is a platform mismatch between the requested image and the host platform. The requested image...
Ajeet Raina
2 min read

Join the Docker and Graph Database Bangalore Meetup on March 11th, 2023!

Are you interested in learning more about Graph Databases and Docker? Do you want to connect with like-minded professionals and expand...
Ajeet Raina
1 min read

How to Build and Deploy Production-grade WordPress Application using Docker and Kubernetes

WordPress is an open-source CMS that allows users to create a website or blog easily. Deploying a WordPress website to production...
Ajeet Raina
5 min read

A First Look at Docker Scout – A Software Supply Chain Security for Developers

With the latest Docker Desktop 4.17 release, the Docker team introduced Docker Scout. Docker Scout is a collection of software supply chain features that...
Ajeet Raina
6 min read

Getting Started with Wasm and Docker Desktop

WebAssembly, also known as Wasm, is a low-level binary instruction format designed for web browsers that enables the execution of code...
Ajeet Raina
2 min read

CI/CD for Docker Using GitHub Actions

Learn how you can use GitHub Actions with Docker containers
Ajeet Raina
2 min read

Getting Started with FastAPI and Docker

FastAPI is a modern, fast (hence the name), web framework for building APIs with Python. It is built on top of...
Ajeet Raina
3 min read

Performing CRUD operations in Mongo using Python and Docker

MongoDB is a popular open-source document-oriented NoSQL database that uses a JSON-like document model with optional schemas. It was first released in...
Ajeet Raina
4 min read

Running Arm-based Docker Image on non-Arm Platform using Emulator

QEMU (short for Quick EMUlator) is a free and open-source machine emulator and virtualizer that can run operating systems and programs...
Ajeet Raina
2 min read

How To Use Traefik v2 as a Reverse Proxy for Docker

Traefik is a powerful and flexible tool for managing traffic and routing requests in modern cloud-native environments. It has become a popular...
Ajeet Raina
3 min read

Navigating the Future of DevOps: The Influence of Emerging Technologies

There is no doubt that new technologies changed our world forever and for the better. Many industries were able to take...
Karan Gandhi
2 min read

How to Build a Docker Extension From the Scratch

As a developer using Docker Desktop, you have access to a powerful tool that can help you build, share, and run...
Ajeet Raina
11 min read

How to Deploy a Simple Wasm and Docker App using Docker Desktop

WebAssembly (Wasm) is a low-level binary format that is designed to be executed in a sandboxed environment, such as web browser....
Ajeet Raina
3 min read

Getting Started with Docker and PostgreSQL

PostgreSQL is an open-source relational database management system (RDBMS) that is known for its reliability, robustness, and scalability. It is widely...
Ajeet Raina
4 min read

Run And Configure Grafana Docker Image

Grafana provides a comprehensive solution for data visualization, exploration, and monitoring, helping organizations make better decisions by providing them with a...
Ajeet Raina
5 min read

How to Run Microsoft SQL in minutes using Docker Desktop

Docker Desktop for Windows is a Windows-based application that provides a user-friendly interface for developers to build, package, and ship applications...
Ajeet Raina
2 min read

How Docker Desktop for Windows works under the Hood?

Docker Desktop for Windows is a version of the Docker platform that is designed to work on Windows operating systems. It...
Ajeet Raina
4 min read

Can ChatGPT Debug and Fix all of your Docker and Kubernetes Issues?

The short answer is “not 100%”. Here’s the reason why? ChatGPT can provide general information and guidance on Docker issues, but...
Ajeet Raina
4 min read

How to deploy a static site using Mkdocs and Netlify

MkDocs is an open-source static site generator that is used to create documentation websites. It is written in Python and is built...
Ajeet Raina
5 min read

Running ChatGPT Client locally on Kubernetes Cluster using Docker Desktop

Join our Discord Server ChatGPT is a large language model developed by OpenAI that can generate human-like text based on a...
Ajeet Raina
5 min read

A Beginner’s Guide to Docker Networking

For Docker containers to communicate with each other and the outside world via the host machine, there has to be a...
Ajeet Raina
13 min read

Running ChatGPT Client Locally using Docker Desktop

ChatGPT is a powerful and flexible language model that has become a popular choice for many NLP tasks and applications. It is...
Ajeet Raina
3 min read

How to Become a Docker Captain?

  It’s been 7 amazing years since the launch of the Docker Captain Program. The Docker Captain program has grown significantly...
Ajeet Raina
3 min read

5 Minutes to Memgraph using Docker Extension

Memgraph is a high-performance, distributed in-memory graph database. It is designed to handle large volumes of data and complex queries, making...
Ajeet Raina
4 min read

Docker Desktop 4.13.0 introduces a New Dev Environment CLI for the first time

Docker Desktop 4.13.0 is now available for Docker developers to download and install on all the leading platforms – MacOS, Linux and Windows. It comes with the latest Kubernetes...
Ajeet Raina
2 min read

Dockerizing a NodeJS , Express, Redis with Nginx Proxy using Docker Compose

With over 18,700 stars, 2,900 forks, awesome-compose is a popular Docker repository that provides a starting point for how to integrate...
Ajeet Raina
3 min read

Venturing into the world of Developer Experience (DX) | Docker Extension

Submit Your Extension Docker Extensions lets you use third-party tools within Docker Desktop to extend its functionality. There is no limit...
Ajeet Raina
38 sec read

How to Copy files from Docker container to the Host machine?

By utilizing DockerLabs, you can acquire knowledge on Docker and gain entry to over 300 tutorials on Docker designed for novices,...
Avinash Bendigeri
2 min read

How I visualized Time Series Data directly over IoT Edge device using Docker & Grafana

Application developers look to Redis and RedisTimeSeries to work with real-time internet of things (IoT) sensor data. RedisTimeseries is a Redis...
Ajeet Raina
3 min read

Getting Started with Multi-Node Kubernetes Cluster using LinuxKit

Here’s a BIG news for the entire Container Community – “Kubernetes Support is coming to Docker Platform“. What does this mean? This...
Ajeet Raina
2 min read

Docker, Prometheus & Pushgateway for NVIDIA GPU Metrics & Monitoring

In my last blog post, I talked about how to get started with NVIDIA docker & interaction with NVIDIA GPU system. I...
Ajeet Raina
3 min read
Join our Discord Server