Skip to content

WorkoutTimer-CSC380/Workout-Timer-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Containerized Workout-Timer

Things to do beforehand

  • Install Docker
  • Don't forget to add your user to the docker group $ gpasswd -a username docker
  • Install Portainer for easy visual container management
  • Portainer is deployed on localhost:9000

How to Run the WorkoutTimer

- Clone this repo and cd into it

- Execute the commands below

docker build . -t workout-timer:latest
docker run -dit --name WorkoutTimer --network=host workout-timer:latest

About

Containerized Workout Timer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors