Skip to content

trungkodekloud/gcp-devops-self-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The GCP DevOps Course

These are notes from the GCP DevOps Course hosted on KodeKloud.

Build guidelines

Application mode

Step 1: Run

flask run
* Running on http://127.0.0.1:5000

Step 2: Observe

Container mode

Container mode (required Docker) Step 1: Build

$ docker build -t hello-py .

Step 2: Run

$ docker run -dt --name hello-python -p 5000:5000 hello-py

Step 3: Observe

Access application at http://localhost:5000

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • JavaScript 0.1%
  • PowerShell 0.1%
  • C 0.1%
  • CSS 0.1%
  • Shell 0.0%