Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 617 Bytes

File metadata and controls

15 lines (11 loc) · 617 Bytes

Docker Demo/Assignment

Pavan Krishna's Forked Repository

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)

Pre-requisites

  • Install docker
  • Install docker-compose

Running Instructions

  • Create a fork of the repo using the fork button.
  • 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