Many organisations use Docker to unify their build and test environments across Different machines because they provide an efficient mechanism for deploying applications. Starting with pipeline versions 2.5 and higher pipeline has built-in support for interacting with docker from within a jenkinsfile. Pipeline is designed to easily use docker images as the execution environment for…Continue reading Jenkins: Up and running into Docker.
Category: DevOps
Docker: Essential Commands
Recently I have taken series of sessions on “Docker and Containerisation Essential Concepts”. I would like to share my presentation here. The medium of instruction this session is Bengali. So, I just share the slides that is in English. However, I shall upload the Video for Bangladeshi learner as soon as I got it. Here…Continue reading Docker: Essential Commands
Dockerfile: Deep dive
Recently I have taken series of sessions on “Docker and Containerisation Essential Concepts”. I would like to share my presentation here. The medium of instruction this session is Bengali. So, I just share the slides that is in English. However, I shall upload the Video for Bangladeshi learner as soon as I got it. Here…Continue reading Dockerfile: Deep dive
Containerisation: Docker essential concepts & beyonds
Recently I have taken series of sessions on “Docker and Containerisation Essential Concepts”. I would like to share my presentation here. The medium of instruction this session is Bengali. So, I just share the slides that is in English. However, I shall upload the Video for Bangladeshi learner as soon as I got it. Here…Continue reading Containerisation: Docker essential concepts & beyonds
Presentation: Fundamental of Unit Testing With C# and NUnit
Recently I have taken a session on Unit Testing and Its fundamental topics. I would like to share my presentation here. The medium of instruction this session is Bengali. So, I just share the slides that is in English. However, I shall upload the Video for Bangladeshi learner as soon as I got it. Here…Continue reading Presentation: Fundamental of Unit Testing With C# and NUnit
Ansible: Your First Playbook
In my previous tutorial I had shown you how to install and configuration Ansible in a vagrant machine. We have learnt about few very basic Ad-hoc commands as well. Today I am going to discuss about Ansible-playbook which is vital one. In last article I have deployed four vagrant machine of two different OS and…Continue reading Ansible: Your First Playbook
Ansible: Step by step Installation and configuration on vagrant machine.
Ansible is an open-source software provisioning, configuration management, and application deployment tool. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. It includes its own declarative language to describe system configuration. DevOps culture is a recent hot cake trend in IT industry and Ansible is one it’s vital tools. I assume that audience of this tutorial are familiar…Continue reading Ansible: Step by step Installation and configuration on vagrant machine.