Skip to content

nano-labs/dstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dstart - Docker start

Command to select services to start with docker-compose

Usage gif

Install

pip3 install dstart

Usage

> dstart
  • SPACEBAR to select services
  • ENTER to start selected services
$ dstart --help
usage: dstart [-h] [-f FILE] [--print-only] [--extra ...]

Command to select services to start with docker-compose.

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Specify an alternate compose file (default: docker-compose.yml)
  --print-only          Just print docker-compose command and exit
  --extra ...           Extra arguments will be passed to `docker-compose up` command

How does it work

It uses docker-compose command to list all running container then docker-compose up <SERVICES> to start them

See also

dkill - Docker Kill

About

Command to select services to start with docker-compose

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages