A repository contains python script to take quiz and Dockerfile
In order to run this container you'll need docker installed , PFB usefull links.
Clone this repository to get started or simply download all files
git clone https://github.com/sagarhande/python-docker-assignment.git
go to the folder
cd python-docker-assignment
build your image
docker build -t <put image name> .
run your container
note : -it option is mandatory as we are taking user inpute in our python code
docker run -it <put image name>