This project aims to create alpine nginx docker using ansible on centos vagrant machine
Setup a project to serve "Hello World" using centOS (centos-7-minimal) vagrant box, bootstrap the vagrant box with Ansible as provisional to Install, Build and Start a Docker image based on the official Alpine Linux, configure and start NGINX container to serve the "Hello World" content by the ip address of the host machine.
Vagrant should be up and running on your machine.
Get the code
git clone https://github.com/satishgummadelli/pb-ansible-docker-nginx.git
Get into the directory
cd pb-ansible-docker-nginx
start the vagrant box
vagrant up
to get into the vagrant ssh
vagrant ssh
Note: The project work is under progress ...