Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 330 Bytes

hello_kubernetes

Cowboy web application to be used in the kubernetes test

Local setup (wihout Docker)

$ rebar3 run

Docker setup

$ docker build -t hello_kubernetes .
$ docker run -dit -v [PATH-TO-THIS-REPO]:/code/ -p 8080:8080 hello_kubernetes:latest

Access the app

$ curl -v localhost:8080/hello