Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1c2u/vscode-docker-compose
Docker Compose Extension for Visual Studio Code
https://github.com/p1c2u/vscode-docker-compose
Last synced: 3 months ago
JSON representation
Docker Compose Extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/p1c2u/vscode-docker-compose
- Owner: p1c2u
- License: mit
- Created: 2017-11-28T11:43:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T10:48:00.000Z (about 1 year ago)
- Last Synced: 2024-10-03T07:58:42.402Z (3 months ago)
- Language: TypeScript
- Size: 511 KB
- Stars: 17
- Watchers: 6
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Compose
Docker Compose Extension for Visual Studio Code
## Features
* Projexts view to manage Compose projects.
* Services view to manage Compose services and containers.
* Multi-folder workspace support.## Requirements
* [Docker](https://www.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)## Usage
* Docker Compose Explorer
![explorer](images/explorer.png)
## Extension Settings
The extension contributes the following settings:
* `docker-compose.autoRefreshInterval`: Interval (in milliseconds) to auto-refresh containers list. Set 0 to disable auto-refresh. (Default is `10000`)
* `docker-compose.projectNames`: Override Docker Compose project name for each workspace root (Default is basename of the workspace directory).
* `docker-compose.showExplorer`: Show Docker Compose explorer view. (Default is `True`)
* `docker-compose.files`: Docker Compose files. You can define array of files. (Default is `["docker-compose.yml"]`).
* `docker-compose.shell`: Specify shell to use inside Docker Container. (Default is `"/bin/sh"`).## Known Issues
The extension is in experimental stage. Feel free to report bugs.