AMABHIJEET MAHAJANinitsabhijeet.hashnode.dev·Dec 12, 2023 · 5 min readDocker Important Interview QuestionsDocker has become an essential tool for developers and system administrators. It enables efficient creation, deployment, and scaling of applications. In today's competitive job market, having a strong understanding of Docker is crucial for landing yo...00
AMABHIJEET MAHAJANinitsabhijeet.hashnode.dev·Dec 12, 2023 · 3 min readDocker CLI Cheat SheetCommandDescriptionExampleImage Management1docker buildBuilds an image from a Dockerfiledocker build -t my_image_name .2docker pullDownloads an image from a registrydocker pull ubuntu:latest3docker pushPushes an image to a registrydocker push my_image...00
AMABHIJEET MAHAJANinitsabhijeet.hashnode.dev·Dec 8, 2023 · 6 min readDocker for DevOps : Docker Volumes & NetworksDocker volumes: Imagine a secure storage locker, accessible from any container, anytime. That's what Docker volumes offer. They act as persistent storage units, independent of the container's lifespan. This means your data stays safe and sound even i...00
AMABHIJEET MAHAJANinitsabhijeet.hashnode.dev·Dec 6, 2023 · 2 min readThe AWS Essentials: S3, IAM, and AWSCLIWelcome to your comprehensive guide to the fundamental building blocks of your AWS journey! ️The Amazon Web Services (AWS) ecosystem offers a vast array of tools and services to empower developers and organizations of all sizes. Today, we'll delve in...00
AMABHIJEET MAHAJANinitsabhijeet.hashnode.dev·Dec 4, 2023 · 2 min readGuarding Your Digital Gates: What is AWS WAF?Imagine a vigilant guard standing watch over your castle gates, meticulously scrutinizing every visitor before granting entry. That's precisely what AWS WAF does for your web applications – it's a Web Application Firewall, your first line of defense ...00