Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 611 Bytes

Dockerify

Project Overview

An automated system designed to streamline your development workflow: it intelligently scans and parses your Python code, identifies essential dependencies, seamlessly constructs a Docker image, and efficiently deploys it to DockerHub.

Requirements

Python 3.11.0 or greater

Docker Desktop

DockerHub credentials

Usage

  1. Insert your python code in the "input.txt" file
  2. Provide your DockerHub credentials in the code
  3. Run the code
  4. It will automatically build the image which you can see on Docker Desktop and simultaneously pushes the image on DockerHub.