Hello World! http server written in Python with Flask
virtualenv -p python3 venv
source venv/bin/activate
pip install -qr requirements.txt
python3 server.py
docker run --rm -it -p 12333:12333 obol89/hello-world-http-server
Jenkinsfile is using for Pipeline steps in Jenkins.
This file describes how container should be deployed in the GKE.