Skip to main content
Debdut Chakraborty

Debdut Chakraborty

20 posts published

I'm me.

kolkata
Docker inspect command illustration
Docker Tutorials

How to Use Docker Inspect Command

Docker inspect command allows you to get information about Docker containers, volumes and networks. Learn to use this command.

· Debdut Chakraborty

How to Expose or Publish Docker Port
Doing Things in Docker

How to Expose or Publish Docker Port

There are two ways to deal with ports in a Docker setup: exposing ports and publishing ports. Both serve different purpose. Learn more about them.

· Debdut Chakraborty

LVM in Linux
Guides

The Complete Beginner's Guide to LVM in Linux

Everything necessary you need to know and learn about the logical volume management in Linux.

· Debdut Chakraborty

Docker container lifecycle
Docker Tutorials

Docker Commands for Managing Container Lifecycle (Definitive Guide)

Learn the container life cycle concept. Also learn the Docker commands to manage each stage of the lifecycle of the containers.

· Debdut Chakraborty

Useful docker commands
Docker Tutorials

3 Rather Unknown Docker Commands That Will Help You in a Variety of Scenarios

Here are some Docker commands that you might not know about but they could come handy while managing your containers.

· Debdut Chakraborty

How to Install Nextcloud with Docker on Your Linux Server
Docker Tutorials

How to Install Nextcloud with Docker on Your Linux Server

You can now ditch Google Drive or Dropbox and create you own cloud server with Nextcloud and Docker.

· Debdut Chakraborty

Docker File vs Docker Compose: What's the Difference?
Explain

Docker File vs Docker Compose: What's the Difference?

Confused between Dockerfile and docker-compose because they look and sound similar? But they are not. Read this to clear your doubts.

· Debdut Chakraborty

Linode Stackscripts
Tutorial

How to Use Linode StackScripts for Deploying PreConfigured Linux Servers

Automate repetitive task and deploy custom configured Linux server with Linode StackScripts.

· Debdut Chakraborty

Self host Jisti Meet
Docker Tutorials

How to Self Host Jitsi Meet With Docker

Complete beginner's guide to deploy a Jitsi Meet instance with Docker on a Linux server.

· Debdut Chakraborty

IP address of running container
Doing Things in Docker

How to Get Docker Container's IP Address

Getting the IP address of a docker container is easy but it is important to understand a few things about docker networks.

· Debdut Chakraborty

How to Modify Docker Images
Doing Things in Docker

How to Modify Docker Images

Here's a detailed explanation of how to modify docker images based on your requirements.

· Debdut Chakraborty

How to Set Up Remote Access to Docker Daemon [Detailed Guide]
Docker Tutorials

How to Set Up Remote Access to Docker Daemon [Detailed Guide]

Don't want to ssh into remote server and then run docker commands? You can set up remote docker access that has other benefits too.

· Debdut Chakraborty

Create an Uptime Monitor for Your Websites With 'Upptime' Tool and GitHub [No Server Needed]
Tools

Create an Uptime Monitor for Your Websites With 'Upptime' Tool and GitHub [No Server Needed]

Using open source tool Upptime, you can create an uptime monitor and status page for your websites with GitHub Actions and GitHub Pages. No additional server configuration needed.

· Debdut Chakraborty

How to Migrate CentOS 8 to CentOS Stream
Tips

How to Migrate CentOS 8 to CentOS Stream

CentOS 8 reaches end of life by the end of 2021. Learn how to update CentOS 8 to CentOS Stream.

· Debdut Chakraborty

How to SSH into a Docker Container
Doing Things in Docker

How to SSH into a Docker Container

You can easily enter docker container but if you want to access it via SSH directly, here's how to configure SSH access to a container.

· Debdut Chakraborty

Pipe redirection
Explain

What are Pipes in Linux? How does Pipe Redirection Works?

There are two kinds of pipes in Linux: named and unnamed. Here's a detailed look at pipe redirection.

· Debdut Chakraborty

Docker in reverse proxy
DevOps

Using Docker to Set up Nginx Reverse Proxy With Auto SSL Generation

Learn how you can deploy multiple web services on the same server using Nginx reverse proxy and docker containers.

· Debdut Chakraborty

How to Install Matrix Synapse Homeserver Using Docker
Tutorial

How to Install Matrix Synapse Homeserver Using Docker

This step-by-step tutorial will help you install your own Matrix homeserver for real-time communication with your friends, family or team members.

· Debdut Chakraborty

How to Install and Use Docker Compose on CentOS
Docker Tutorials

How to Install and Use Docker Compose on CentOS

With Docker Compose, you can easily deploy a complicated container settings. In this tutorial, you'll learn how to easily install Docker Compose using PIP. You'll also see a sample tutorial showing the benefits of Docker Compose.

· Debdut Chakraborty

How to Install Docker on CentOS
Docker Tutorials

How to Install Docker on CentOS

Docker is not available in CentOS repositories. Here's a step-by-step tutorial that will help you install Docker on CentOS Linux.

· Debdut Chakraborty