docker-cncf-meetup Repoitory contains the code of demo reference Commands to build the code and run in the local machine docker build -t web:latest . docker run -itd -p 80:80 web:latest curl localhost