/Workout-Timer-Docker

Containerized Workout Timer

Primary LanguageDockerfile

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