mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
takeout: add page (#5138)
This commit is contained in:
parent
b9e4ed66d5
commit
357914393d
1 changed files with 36 additions and 0 deletions
36
pages/common/takeout.md
Normal file
36
pages/common/takeout.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue