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 -n dockerfiler # Run the tool without installingRun it via pip or uvx:
python3 dockerfiler # pip
uvx -n dockerfiler # uvxThen follow the interactive prompts to select your project type and configure your Dockerfile.
- Python (
uv) - Django (
uv) + Tailwind - FastAPI (
uv) - Streamlit (
uv) - Quarto website
- Python 3.12+