Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/power-freelance/docker-ui

UI for docker
https://github.com/power-freelance/docker-ui

docker golang vue

Last synced: 3 days ago
JSON representation

UI for docker

Awesome Lists containing this project

README

        

# docker-ui

UI for docker. A great example of a full stack on go + vue.

## Up an running

Is very simple!

```
docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 9000:9000 \
--restart always \
-it powerfreelance/docker-ui
```

open at http://localhost:9000.

See `examples` dir.