Warning
Work In Progress: This project is currently under active development and is NOT yet functional. This repository is a rewrite of the original Bash based DockSTARTer and is not ready for use.
DockSTARTer makes it easy to install and manage Docker and Docker Compose on your machine. This is the new, Go-based version of the project, replacing the original Bash scripts for improved performance, maintainability, and cross-platform support.
- Go 1.21 or higher
- Git
Clone the repository:
git clone https://github.com/GhostWriters/DockSTARTer2.git
cd DockSTARTer2To run the TUI directly from source:
go run .To build and run:
go build -o ds2
./ds2# Launch the Main Menu (TUI)
./ds2
# Launch directly into the application installation menu
./ds2 -i
# Update the application
./ds2 -uSee ./ds2 --help for all available commands and flags.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.