mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Add Docker Compose plugin
This commit is contained in:
parent
e55c715508
commit
7fce786e16
2 changed files with 338 additions and 0 deletions
12
plugins/docker-compose/README.md
Normal file
12
plugins/docker-compose/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
## Docker Compose Plugin
|
||||
|
||||
Adds autocompletion to [Docker Compose](http://docs.docker.com/compose/).
|
||||
|
||||
|
||||
### Usage
|
||||
|
||||
[See the CLI reference for help using Docker Compose](http://docs.docker.com/compose/cli/)
|
||||
|
||||
### References
|
||||
|
||||
* [Docker Compose command completion](http://docs.docker.com/compose/completion)
|
||||
Loading…
Add table
Add a link
Reference in a new issue