Skip to content

Files

Latest commit

author
scott coulton
Nov 28, 2018
409f9ae · Nov 28, 2018

History

History
This branch is 5 commits ahead of, 35 commits behind scotty-c/kubernetes-security-workshop:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 28, 2018
Nov 26, 2018
Nov 26, 2018
Nov 26, 2018

README.md

Web App

scottyc/webapp

The architecture

This is a demo webapp written in go that uses the native golang http server then serves a basic html page that listens on port 3000.

Building

Build locally docker build -t scottyc/webapp . or use pre built image docker pull scottyc/webapp

Running

To run the app docker run -d --name webapp -p 3000:3000 scottyc/webapp