commands.sh

takeout

all

A Docker-based development-only dependency manager.

More info →

Examples (8)

Display a list of available services

Enable a specific service

Enable a specific service with the default parameters

takeout enable --default name

Display a list of enabled services

Disable a specific service

Disable all services

Start a specific container

takeout start container_id

Stop a specific container

takeout stop container_id
made by @shridhargupta | data from tldr-pages