Retrieving Container’s IP Dynamically Using Ansible and Configuring a Webserver Inside the Container

Hey guys hope you all are doing in today’s article we are going to see how can we directly run ansible-playbook directly into the docker container. Isn’t it interesting just think one playbook launching container for us updating inventory and when we run another playbook it will configure the container to run an apache web … Continue reading Retrieving Container’s IP Dynamically Using Ansible and Configuring a Webserver Inside the Container

Docker for Beginners: Introduction to Dockers

In our last posts we've already seen Jenkins, Ansible how to set up and get started with them. In this series of Docker for Beginner we will be seeing how one can get started with Docker, In this post we will be focusing on What is Docker? What is container? What are the advantages of Containerization? What is Dockerfile? and What are Docker images?