Getting Started
Installation
Dock can be installed via Homebrew for convenience or manually for more control.
Installing with Homebrew
Step 1: Add the Dock Tap
brew tap geeth24/dock
Step 2: Install Dock
brew install dock
Step 3: Verify Installation
dock --version
Once installed, Dock is ready to use for managing Docker Compose environments.
Manual Installation
Step 1: Clone the Repository
git clone https://github.com/geeth24/dock.git
cd dock
Step 2: Install Dependencies
pip install -r requirements.txt
Step 3: Make the Script Executable
chmod +x dock
Step 4: Add Dock to PATH
sudo mv dock /usr/local/bin/
Step 5: Verify Installation
dock --version
Dock is now accessible from any directory in your terminal.
What’s Next?
- Proceed to Configuration to set up your
.dock
file. - Explore Commands for managing environments.
Dock simplifies Docker Compose workflows—get started today!