Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bucherfa/dcc-web
Convert docker run/create commands to docker-compose.yml files.
https://github.com/bucherfa/dcc-web
converter create docker docker-compose docker-compose-converter run vue vuejs
Last synced: 4 days ago
JSON representation
Convert docker run/create commands to docker-compose.yml files.
- Host: GitHub
- URL: https://github.com/bucherfa/dcc-web
- Owner: bucherfa
- License: gpl-3.0
- Created: 2019-06-16T14:37:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:46:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T16:56:03.072Z (over 1 year ago)
- Topics: converter, create, docker, docker-compose, docker-compose-converter, run, vue, vuejs
- Language: Vue
- Homepage: https://bucherfa.github.io/dcc-web/
- Size: 1.88 MB
- Stars: 30
- Watchers: 0
- Forks: 5
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-compose Converter Web
Convert docker run/create commands to docker-compose.yml files.
[Webapp](https://bucherfa.github.io/dcc-web/)
Uses [docker-compose-converter](https://www.npmjs.com/package/docker-compose-converter)-library for the conversion. Submit issues for conversion at the [docker-compose-converter repo](https://github.com/bucherfa/docker-compose-converter/issues).
![alt text](.readme/fullpage_screenshot.png)
## General Project Setup
Build with the [vuejs cli](https://cli.vuejs.org/).
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```