Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 list

```
$ 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