Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 587 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 587 Bytes

ansible-docker-vagrant

An example to demonstrate the power of Ansible, Docker and Vagrant. Includes small Hello World application written in Kotlin exposing a RESTfull API endpoint which can be accessed directly from host machine.

Here is a blog post for this repository.

Pre-requisites

How to Use

  • Clone/Download the project
  • Go to the root directory and run vagrant up
  • Type 127.0.0.1/hello/<yourname> in your favourite web browser