mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 07:59:57 +00:00
Update cheatsheets
This commit is contained in:
41
takeout
Normal file
41
takeout
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# takeout
|
||||
|
||||
> A Docker-based development-only dependency manager.
|
||||
> More information: <https://github.com/tighten/takeout>.
|
||||
|
||||
- Display a list of available services:
|
||||
|
||||
`takeout enable`
|
||||
|
||||
- Enable 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 disable`
|
||||
|
||||
- Disable a specific service:
|
||||
|
||||
`takeout disable {{name}}`
|
||||
|
||||
- Disable all services:
|
||||
|
||||
`takeout disable --all`
|
||||
|
||||
- Start a specific container:
|
||||
|
||||
`takeout start {{container_id}}`
|
||||
|
||||
- Stop a specific container:
|
||||
|
||||
`takeout stop {{container_id}}`
|
||||
Reference in New Issue
Block a user