snippetbashTip
takeout — A Docker-based development-only dependency manager. More information: <https://github.com/tighten/ta
Viewed 0 times
dependencycommandtakeoutdockerdevelopmentclionlybased
Problem
How to use the
takeout command: A Docker-based development-only dependency manager. More information: <https://github.com/tighten/takeout>.Solution
takeout — A Docker-based development-only dependency manager. More information: <https://github.com/tighten/takeout>.Display a list of available services:
takeout enableEnable a specific service:
takeout enable {{name}}Enable a specific service with the default parameters:
takeout enable --default {{name}}Display a list of enabled services:
takeout disableDisable a specific service:
takeout disable {{name}}Disable all services:
takeout disable --allStart a specific container:
takeout start {{container_id}}Stop a specific container:
takeout stop {{container_id}}Code Snippets
Display a list of available services
takeout enableEnable a specific service
takeout enable {{name}}Enable a specific service with the default parameters
takeout enable --default {{name}}Display a list of enabled services
takeout disableDisable a specific service
takeout disable {{name}}Context
tldr-pages: common/takeout
Revisions (0)
No revisions yet.