Dockerfiler is a tool that builds a Dockerfile given some interactive prompts.
You can installing using pip:
pip install dockerfiler # Install the library
python3 dockerfiler # Run the toolAlternatively, you can run it using uvx.
uvx dockerfiler # Run the tool without installingRun it via pip or uvx:
python3 dockerfiler # pip
uvx dockerfiler # uvxThen follow the interactive prompts to select your project type and configure your Dockerfile.
- Python (
uv) - Django (
uv) - FastAPI (
uv)
- Python 3.12+