Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 737 Bytes

File metadata and controls

25 lines (19 loc) · 737 Bytes

docker-setup-cli

Description

This CLI tool simplifies the process of setting up Docker containers for various applications.

Features

  • Easily configure and run Docker containers
  • Supports multiple applications
  • User-friendly command interface

Tech Stack

  • Node.js
  • Docker CLI

Usage

Clone the repository, install dependencies, and run node index.js to start using the CLI.

Contributing

We welcome contributions! Please follow the standard Git workflow for submitting changes.

  1. Fork the project
  2. Create your feature branch (git checkout -b feat/new-feature)
  3. Commit your changes (git commit -m 'feat: add new feature')
  4. Push to the branch (git push origin feat/new-feature)
  5. Open a Pull Request