Containerization

A Docker container is like a mini PC dedicated to your application, containing everything needed to run it—such as the JDK and other required dependencies, which makes it possible to run an...
0 Read More

A Safer Container Runtime

Security experts within the container ecosystem have been sounding the alarm lately: Kubernetes, the darling of container orchestration, is likely to become the next major frontier for cyberattacks. A...
0 Read More

Self-hosting n8n on Ubuntu Server

Self-hosting n8n on Ubuntu Server
Want to automate tasks using n8n but prefer to fully control your infrastructure? By self-hosting n8n on a Linux Ubuntu server, you can cut down costs and manage your data yourself!Follow along this e...
0 Read More

An overview of AWS ECS

AWS Elastic Container Service (ECS) Overview AWS Elastic Container Service (ECS) is a fully managed container orchestration service that enables you to run, manage, and scale contain...
0 Read More

My Mostly Used Docker Commands

Mostly used Docker commands collection by me.generic ⛶# remove all stopped containers $ docker prune # docker full cleanup $ docker system prune -a --volumes # check disk usage by docker $ docker ...
0 Read More