Skip to content

CandasKat/labo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Homework

This is a simple implementation for a Docker assignment.

Created using the Spring framework

🔭 Objective:

  • Build the project via Dockerfile

  • Push the project to dockerhub using multiple tags

👀 My Project:

  • Receives current news headlines of the designated country (source => thenewsapi.com)

  • Shows the current Weather forecast (source => weatherapi-com)

  • Shows a random joke (source => dad-jokes.p.rapidapi.com)

  • And suggests a random activity for the bored (source => www.boredapi.com)


For build in docker

  1. Docker build:

docker build . -t [imageName]

  1. Run docker image with port 8080:

docker run -p 8080:8080 -t [imageName]

About

My Docker homework and solution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published