In this blog post, we are continuing the introduction part on our Docker discussion. I will try to include more commandline usages for managing Docker containers. Managing Docker containers via command-line is very important. I will try to explain the details…
DevOps Hacks!
Docker tutorials – introduction part 1
In this series / category, I share the details and tips of Linux containerization technology using Docker daemon. Welcome to Docker world. We all are familiar with the name Docker, now a days. It is a technology to create multiple…
Automated backup job using AWS Lambda
Aim: To automate AWS instance backup job with some retention period. Automated backup job using AWS Lambda. How to Automate AMI Backups & Cleanups, using AWS Lambda (Serverless)? Is it possible to automate AWS AMI creation and deletion using Lambda…
Introduction to IAAC [Infrastructure As A Code] tools
It’s time that I had to write an article on IAAC. All giant’s infra are now set and manage as IAAC. Infrastructure As A Code is shorted as IAAC. I hope you guys are already aware of these tools and…
Quick way to remove all Docker images from your host
Is this a good thing to remove Docker images? Absolutely, a good question, do this carefully!! Removing an image will erase all information about your container. So do this, if you want really need it. Please go through the discussion…
Deploy your first Apache Docker container
How to deploy Apache on Docker container? We discussed the basics of Docker containerisation in my previous article. before starting with this, please read the basics. Please refer to this link for more details > An introduction note to Docker…
Docker tips and tricks
Docker tips and tricks. In this article I would like to add some commonly using Docker commands, and some tips and tricks. Will start with some basics and add more commands/tricks going forth. I shared some basics of Linux containerisation…