LinuxCommandLibrary

takeout

A Docker-based development-only dependency manager.

TLDR

Display a list of available services

$ takeout enable
copy


Enable a specific service
$ takeout enable [name]
copy


Enable a specific service with the default parameters
$ takeout enable --default [name]
copy


Display a list of enabled services
$ takeout disable
copy


Disable a specific service
$ takeout disable [name]
copy


Disable all services
$ takeout disable --all
copy


Start a specific container
$ takeout start [container_id]
copy


Stop a specific container
$ takeout stop [container_id]
copy

Copied to clipboard