Skip to content

nsaadig16/dockerfiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Version PyPI - Python Version

DockerFiler

Dockerfiler is a tool that builds a Dockerfile given some interactive prompts.

Installation

You can installing using pip:

pip install dockerfiler # Install the library
python3 dockerfiler # Run the tool

Alternatively, you can run it using uvx.

uvx dockerfiler # Run the tool without installing

Usage

Run it via pip or uvx:

python3 dockerfiler # pip
uvx dockerfiler # uvx

Then follow the interactive prompts to select your project type and configure your Dockerfile.

Supported project types

  • Python (uv)
  • Django (uv)
  • FastAPI (uv)

Requirements

  • Python 3.12+

About

Generate Dockerfiles interactively from scratch!

Topics

Resources

License

Stars

Watchers

Forks

Contributors