Skip to content

theizekry/dockit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockit CLI

Don’t copy old Docker files. Dockit them.


# Dockit is a developer-friendly CLI tool that helps you quickly scaffold and manage Docker-based services (like PHP, MySQL, Nginx, etc.) in your local development environment — with zero hassle.

  • Add services with proper configuration
  • Generate Docker Compose files in seconds

Why to use Dockit CLI

Starting a new project often means hunting down old Docker Compose files, remembering service versions, copying configs from previous local projects, or digging through GitHub repos. Dockit eliminates that repetitive setup pain by offering a guided workflow to build your stack from scratch — or even add new services to your dockit to use them in the future.


Installation

Install Dockit globally with pip:

pip install dockit-cli

Or With pipx (recommended for macOS/Linux)

pipx install dockit-cli

Requirements

  • Python 3.11 or higher
  • Docker installed and running

Usage

dockit init

This will walk you through setting up a new Docker environment with the services you choose.

Add a new Service

dockit add-service

Or hit dockit --help to see all commands.

dockit --help

Pick from preconfigured services like:

  • Nginx
  • PHP
  • MySQL
  • PostgreSQL
  • Redis
  • MongoDB
  • phpMyAdmin

Documentation

CHECKOUT DOCUMNETATION NOW

Test in a Clean Docker Container

Need to test it first? You can go with a simple container and checkout the tool instantly:

docker run -it --rm python:3.11-slim bash 

# inside bash run:

pip install dockit-cli

# start use the tool

dockit --help

# or 

dockit init

This will let you try Dockit in isolation without affecting your local setup.


🧑‍💻 Contributing

We welcome contributions! Please read the contribution guide for setup instructions.


dockit-demo.mp4

🪪 License

Dockit is open-source software licensed under the MIT License.

About

Python script to automate the starter-kit of Dockerizing apps.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors