Articles by Tag #docker

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Docker Cheat-sheet for beginners 🐳

🔧 Common Docker Commands Start Docker: systemctl start docker # Linux open -a...

Learn More 747 29Sep 19 '24

50 DevOps Project Ideas to Build Your Skills: From Beginner to Advanced

Introduction The demand for DevOps skills has surged, as organizations recognize the value...

Learn More 665 25Nov 14 '24

5 Awesome Docker Tools To Make Your Life Easier

Hey there! 👋 Working with Docker can sometimes be a pain, but these are some tools that make it so...

Learn More 479 47Nov 12 '24

Advanced Dockerfile Directives

In this post, we are going to discuss more advanced Dockerfile directives. These directives can be...

Learn More 476 18Jul 8 '24

End-to-End DevOps Project: Building, Deploying, and Monitoring a Full-Stack Application

Table of Contents Introduction Project Overview Prerequisites Step 1: Infrastructure...

Learn More 472 22Aug 26 '24

Writing a Dockerfile: Beginners to Advanced

Introduction A Dockerfile is a key component in containerization, enabling developers and...

Learn More 400 27Nov 16 '24

Stop Using AWS.

How many times have you seen someone build an MVP with all the cloud bells and whistles, only to...

Learn More 351 134May 3

Dockerfile Best Practices: How to Create Efficient Containers

Introduction In the era of microservices and cloud computing, Docker has become an...

Learn More 339 12Oct 5 '24

Docker Image Optimization: Reducing Size for Faster Deployments

Introduction A few months ago, while working on a critical deployment for a client, we...

Learn More 320 26Nov 16 '24

DevOps Project: Production Level CI/CD Pipeline Project

📝 Introduction In the modern software development landscape, Continuous Integration and...

Learn More 280 37Aug 19 '24

Stop Using Docker like its 2015

Docker has grown up. Have you? Back in 2015, Docker was shiny and new. You probably ran your first...

Learn More 279 21Apr 19

🐳 Docker Commands: From Beginner to Advanced for DevOps Engineers

Introduction Docker is a platform for developing, shipping, and running applications...

Learn More 240 21Jul 28 '24

🛥️ Introduction to Docker: Core Concepts

Docker is like a magic toolbox for developers. It lets them build, ship, and manage their apps in...

Learn More 234 16Jan 13

How to Reduce Docker Image Size: Best Practices and Tips for DevOps Engineers

Table of Contents Why Reducing Docker Image Size is Important Start with a Minimal...

Learn More 233 19Sep 29 '24

A Lab Manual to Devops

Wait a lab manual? As it stands, there is an upcoming exam on devops for some very good...

Learn More 213 32Dec 19 '24

5+1 Tools To Make You A Better Fullstack Developer

I KNOW I KNOW, no tool will actually make you a better developer, but maybe a more productive one!...

Learn More 213 21Feb 6

Docker vs Kubernetes

When it comes to managing and running applications, you might have heard about Kubernetes and Docker....

Learn More 209 15Jan 13

STOP versioning your Docker Compose file

Docker Compose is one of the best inventions, it makes local development easy and friction-free. If...

Learn More 193 26Aug 9 '24

5 Projects That Will Actually Make You Better at Docker

As a Docker Captain and Co-Founder of a Docker hosting company, I've seen a lot of people struggle...

Learn More 186 9May 6

DevSecOps Project: "Secure Full-Stack Node.js Web Application Deployment with Jenkins, Docker, Kubernetes, and HashiCorp Vault"

Table of Contents Project Overview Prerequisites Phase 1: Infrastructure Setup 1.1...

Learn More 183 13Sep 14 '24

The Art of Creating Container Images and Best Practices

The Art of Creating Container Images Introduction We are in the era of the evolving...

Learn More 164 6Jul 29 '24

Full Stack Developer's Roadmap 🗺

Note: Leave a comments, reactions and share with fellow developers It's easy to focus on the front...

Learn More 161 32Jan 4

Serverless is a Scam.

Every time someone reaches for serverless to build a simple backend, a container dies inside...

Learn More 160 70Apr 16

100 Common Docker Errors & Solutions

Docker is an essential tool in modern DevOps practices, enabling developers to containerize...

Learn More 158 2Sep 27 '24

First Look at NVIDIA Jetson Orin Nano Super - The Most Affordable Generative AI Supercomputer

Table of Contents Comparing Jetson Nano Vs Jetson Orin Nano Super How powerful is NVIDIA...

Learn More 152 11Feb 16

Docker Can Run LLMs Locally—Wait, What!?

Using Docker to run Large Language Models (LLMs) locally? Yes, you heard that right. Docker is now...

Learn More 150 11Apr 7

Run Deepseek locally using Docker!

About If you follow AI news even a little bit, you've probably heard of Deepseek. The new...

Learn More 141 19Feb 10

Optimizing Docker Images for Size and Security: A Comprehensive Guide

Docker is a powerful tool that enables developers to containerize their applications and ensure...

Learn More 138 28Aug 22 '24

Minecraft on Kubernetes: A Dev Platform Example

It’s been years since I last played Minecraft, but recently, I found myself itching to jump back in....

Learn More 133 28Dec 12 '24

How to Dockerize a React Application

How to Dockerize a React Application Dockerizing a React application can streamline your...

Learn More 127 13Jul 30 '24