
21 Essential Commands Every Docker User Should Know
A compilation of 21 executable and informative Docker commands for your quick reference.
ยท Avimanyu Bandyopadhyay

DevOps vs Software Engineer: What's the Difference?
Learn the fundamental differences between a Software Engineer and a DevOps Engineer with respect to the transition from the older IT industry into the current DevOps industry.
ยท Avimanyu Bandyopadhyay

The Software Release Life Cycle in DevOps: Why Reinvent The Model?
Take a look at the fundamental flaw in The Software Release Life "Cycle" in DevOps and a new approach towards reinventing it.
ยท Avimanyu Bandyopadhyay

What is the Difference Between COPY and ADD Instructions in Dockerfile?
COPY and ADD are similar instructions used for copying files and directories to the Docker image. What's the difference then?
ยท Avimanyu Bandyopadhyay

Using Cockpit to Monitor and Manage Multiple Linux Servers Graphically From a Web Browser
For the rare breed of sysadmins that do not like getting into the terminal, Cockpit is a god send for managing servers graphically.
ยท Avimanyu Bandyopadhyay

11 Free and Paid SMTP Services You Can Use For Transactional and Bulk Emails
Here are some of the most popular SMTP relay services with their plans for your web app notifications.
ยท Avimanyu Bandyopadhyay

10 Easy to Follow Tips for Managing a Self-hosted Nextcloud Instance with Docker
Some helpful advice to keep in mind and follow in practice while you self-host your Nextcloud instance with Docker!
ยท Avimanyu Bandyopadhyay

Monitoring Docker Containers With Grafana Using Dockprom
Learn how to deploy the Dockprom Stack for monitoring Docker containers and host and present them with Grafana dashboard.
ยท Avimanyu Bandyopadhyay

7 Useful Tips for Self-hosting a Ghost Instance With Docker
A useful checklist that can prevent many recurring maintenance issues from happening on your Ghost Docker instance after you deploy it.
ยท Avimanyu Bandyopadhyay
![How to Dockerize Python Applications With Miniconda [A Hybrid Approach]](/content/images/size/w1600/2021/02/Docker-python-image.png)
How to Dockerize Python Applications With Miniconda [A Hybrid Approach]
Take isolation to the next level by using Miniconda to build your Python based docker images for your application in a hybrid manner.
ยท Avimanyu Bandyopadhyay
![Complete Guide to Self-hosting Plausible [Privacy Friendly Google Analytics Alternative]](/content/images/size/w1600/2021/01/plausible-self-hosting.png)
Complete Guide to Self-hosting Plausible [Privacy Friendly Google Analytics Alternative]
Learn how to self-host a Plausible instance along with email reporting and global stats.
ยท Avimanyu Bandyopadhyay
![Get Instant Notification for Docker Image Updates [Must Use for Sysadmins]](/content/images/size/w1600/2020/12/docker-update-notification.png)
Get Instant Notification for Docker Image Updates [Must Use for Sysadmins]
It is important to timely update the web services running in containers. Here's a handy utility that instantly notifies you if there is an updated Docker Image for your service.
ยท Avimanyu Bandyopadhyay

How to Deploy & Manage Ghost Themes Using GitHub Actions
Making changes to the themes on a Ghost blog is a tedious process. This can be simplified with GitHub Actions.
ยท Avimanyu Bandyopadhyay

Updating Docker Containers With Zero or Minimum Downtime
A step by step methodology that can be very helpful in your day to day DevOps activities without sacrificing invaluable uptime.
ยท Avimanyu Bandyopadhyay

How to Create Custom Docker Image With Dockerfile
The real power of Docker lies in tweaking the base docker image to your requirements. With that, you can easily and quickly deploy a custom Linux environment by running a container from that custom docker image.
ยท Avimanyu Bandyopadhyay

How to Install Multiple Discourse Containers on the Same Server
Installing multiple Discourse forums is not straightforward but it's not difficult either. Here are the steps to install multiple Discourse forums in Docker containers on the same Linux server.
ยท Avimanyu Bandyopadhyay

Properly Installing Docker on Ubuntu [Beginner's Guide]
In the first of Docker tutorial series, you'll learn to install the latest version of Docker Engine Community Edition on Ubuntu Linux.
ยท Avimanyu Bandyopadhyay