A Docker management tool
Project description
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
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.
🪪 License
Dockit is open-source software licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dockit_cli-2.2.0.tar.gz.
File metadata
- Download URL: dockit_cli-2.2.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f0726eeb0497c06b3e70024bc7b1b5d3da8af223ddb9faebbe67a669f73c626
|
|
| MD5 |
0d10502975373dedf7b474877239cab5
|
|
| BLAKE2b-256 |
139de09c5f39f000c724f555dbf284c069813fbd64515c9574d704a48e17f2c8
|
File details
Details for the file dockit_cli-2.2.0-py3-none-any.whl.
File metadata
- Download URL: dockit_cli-2.2.0-py3-none-any.whl
- Upload date:
- Size: 36.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3376f5f44e213eb16451a12e30cea137b40664099e8a04744caded37e3e236d9
|
|
| MD5 |
3655695a18fb77f2535a926f351b968e
|
|
| BLAKE2b-256 |
142afcc7d4c48bf10405d1bada402838c48111c33799fc7afebf54ce8de9621f
|