Skip to content

nogibjj/fan_xu_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fan Xu Dockerized Application

Build and Push Docker Image

This is a project for a dockerized application that generates random quotes.

Project Structure

📦 fan_xu_docker
├─ .github
│  └─ workflows
│     └─ build.yml
├─ Dockerfile
├─ Makefile
├─ README.md
├─ app.py
├─ gitignore
├─ requirements.txt
└─ test.py

©generated by Project Tree Generator

Instructions

  1. Use the command to clone repo:
git clone https://github.com/nogibjj/fan_xu_docker.git
  1. Build and run your docker image
docker build -t fx_image .
docker run -p 5000:5000 fx_image
  1. Access the page here: http://localhost:5000

alt text

  1. Enter your name and hit submit and a quote will be generated for you

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published