https://github.com/iamPavanKrishna/docker-assignment contains code which demonstrates docker and docker-compose using the Wine dataset (https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html)
- Install
docker - Install
docker-compose
- Create a fork of the repo using the
forkbutton. - Clone your fork using
git clone https://www.github.com/<your-username>/compose-iris.git - Build the images using
docker-compose build - Spin up the containers using
docker-compose up