Docker Tutorials: Image – Creating a docker image using scratch
You can use Docker’s reserved, minimal image, scratch, as a starting point for building containers. Using the scratch “image” signals to the build process that you want the next command…
Docker Tutorials: Image – Creating Docker Image Step by Step
Setting up the prerequisites Listing images on the host If you do not have ubuntu:14.04 images, please download it using following commands. Verify the ubuntu:14.0 image by…
Docker Tutorials: Image – Dockerfile to Build a Fedora Container
The administrator may decide that building interactively is tedious and error-prone. Instead the administrator could create a Dockerfile that layers on the Apache Web server and the…
Docker Tutorials: Differences between a VM image and a Docker image?
These are some differences between a docker and a VM image which I could list out: 1. Snapshot process is faster in Docker than VMs We generally…
Docker Tutorials: Where is the Docker daemon log
It depends on your OS. Here are the few locations, with commands for few Operating Systems: Ubuntu – /var/log/upstart/docker.log Boot2Docker – /var/log/docker.log Debian GNU/Linux – /var/log/daemon.log CentOS – /var/log/daemon.log | grep…
Docker Tutorials: How is Docker different from a virtual machine?
Through this post we are going to draw some lines of differences between VMs and LXCs. Lets first define them. VM:A virtual machine emulates a physical computing…
Docker Tutorials: What is Docker?
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Docker is a platform for developers and sysadmins to develop,…
Docker Tutorials: Difference between docker attach and docker exec
Attach The docker attach command allows you to attach to a running container using the container’s ID or name, either to view its ongoing output or to…
Docker Tutorials: docker events commands & examples
Docker Events Types? Docker containers will report the following events:attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart, start,…
Docker Tutorials: Docker Architecture and How it works?
Docker architecture consists of several components that work together to provide a platform for building, shipping, and running containers. These components include: In summary, Docker architecture consists…
Docker Tutorials: Networking – Commands and Example
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Docker Machine Tutorials: Commands and Example
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Appdyanmics Demo Video Tutorials
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Elastic Demo Video – Elasticsearch – ELK
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Datadog Assignment & Project
Question of Datadog Agents Write down post on www.debug.school for the following questions… Question of Infra Monitoring Question of Log Analysis Preparation Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert…
How to upload Package to Nexus using jenkins Pipeline
https://support.sonatype.com/hc/en-us/articles/227256688-How-do-I-configure-the-Nexus-Jenkins-Plugin Scripted Pipeline Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel…
How to display selenium html report using jenkins pipeline?
Step 1 – Install seleniumhtmlreport https://plugins.jenkins.io/seleniumhtmlreport/ Step 2 – Use following code Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…
MySQL Commands & Query Cheatsheet Example
List All Users in a MySQL Database Server Are you looking for the MySQL SHOW USERS command? Unfortunately, MySQL does not have the SHOW USERS command like…
Datadog Tutorials: Datadog Agent integration with mysql databases?
How to setup Datadog Agent integration with mysql to collect many metrics from MySQL databases? The Datadog Agent can collect many metrics from MySQL databases, including (but…
AWS Assignment
Part – 1: General AWS Assignment: Computing AWS Lab & Exercise: VPC – Virtual Private Cloud Assignment AWS Cloudformation Lab and Assignment AWS Storage Write an answer…
Jenkins Tutorials: Scripted Pipeline jenkinsfile example
Pipeline: Basic Steps catchError: Catch error and set build result to failure deleteDir: Recursively delete the current directory from the workspace dir: Change current directory echo: Print…
Master in Software Engineering Curriculum
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Time Series Database Introduction
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Time Series Databases and InfluxDB
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Service Mesh Dummies
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Maven Tutorials: Maven Lifecycle, Phases & Goal
What is Lifecycle? A life cycle is a series of stages a living thing goes through during its life. All plants and animals go through life cycles….
System Design Tutorials: Choose Azure Compute Services
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
XL Release Tutorials: Pattern and deliveries in XL Release
Patterns Patterns in XL Release is like a template but for Delivery. What is Deliveries? Deliveries are flows of stages that a set of tracked items must…
Shell Scripting Tutorials: Conditional statatement using if
Conditional Statements: There are total 5 conditional statements which can be used in bash programming if statementif-else statementif..elif..else..fi statement (Else If ladder)if..then..else..if..then..fi..fi..(Nested if)switch statement Here are some…
Vagrant Tutorials Complete Reference
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
