Skip to content

A repository contains python script to take quiz and docker image of same

Notifications You must be signed in to change notification settings

sagarhande/python-quiz-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-docker-assignment

A repository contains python script to take quiz and Dockerfile

Prerequisities

In order to run this container you'll need docker installed , PFB usefull links.

Usage

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> 

About

A repository contains python script to take quiz and docker image of same

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published