All Projects → egoist → Doko

egoist / Doko

A docker-based development dependency manager.

Programming Languages

go
31211 projects - #10 most used programming language

Doko

A docker-based development dependency manager.

Why

Stop messing with system dependencies, running the services you need in a perfectly isolated Docker container instead for web development.

Install

Download the latest release.

Services

  • postgres
  • mysql
  • redis
  • chrome

Usage

Show a list of services

doko list

Enable a service

doko enable redis

Disable a service

doko disable redis

Password

The password for the default user in postgres and mysql is set to pass.

Run commands in a Docker container

Docker containers created by Doko use the same names as the services, for instance you can run commands in the mysql container like this:

docker exec -it mysql /bin/bash

Piror Art

Inspired by takeout which is written in PHP while this is written in Go.

License

MIT © EGOIST

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].