- 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
docker build . -t workout-timer:latest
docker run -dit --name WorkoutTimer --network=host workout-timer:latest