Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/docker-app-vscode
Docker app vscode plugin
https://github.com/rumpl/docker-app-vscode
Last synced: 15 days ago
JSON representation
Docker app vscode plugin
- Host: GitHub
- URL: https://github.com/rumpl/docker-app-vscode
- Owner: rumpl
- Created: 2019-11-12T20:21:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T16:37:33.000Z (over 3 years ago)
- Last Synced: 2024-11-25T01:23:44.750Z (3 months ago)
- Language: TypeScript
- Size: 737 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# docker-app vscode plugin
A WIP [docker app](https://github.com/docker/app) vscode plugin.
## Features
### Listing application images
```
$ docker app image ls
REPOSITORY TAG APP IMAGE ID APP NAME CREATED
083dc787b843 voting-app
asdf 1 dec0474bbea7 simple
hello 1 c1f806b1440c hello-world
vapp latest 5a81892da45c voting-app
myapp/voting-app 0.1.0 ed589e3978d3 voting-app
myapp/voting-app 1.0.0 0d84f65b005b voting-app
rumpl/docker-app-elk 2.0.0 3362b67cdc4e app-elk
rumpl/elk 2.0.0 3362b67cdc4e app-elk
rumpl/nick 1d1a57daebbf voting-app
rumpl/wordpress 1.0.0 3994df978068 wordpress
```## TODO
* [x] list app images
* [X] install an app
* [ ] list running apps
* [ ] show information about a running app (ports etc.)
* [ ] stop an app
* [X] delete an app image
* [ ] many more