How to install Docker on CentOS 8

install docker on CentOS

Docker is a platform software for containers. Initially docker used the LXC and later it has replaced with its own component which is written in Go programming language. We are installing Docker on CentOS 8. We will club all the required commands and make a simple bash script. This script you can also use with … Read more

Learn Vagrant provision with shell provisioner examples

vagrant shell provisioning

The Vagrant provision will help you to automate the installing the software, configurations and commands in your Vagrant Boxes. Vagrant gives us lots of provisioner options. In this post, we will show some vagrant shell provisioner examples. Before going to explain more on Vagrant Shell provisioner, we suggest you to read our this post to … Read more