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: 10 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:46:02.000Z (about 3 years ago)
- Last Synced: 2025-04-05T07:23:26.554Z (11 months 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: 36
- Watchers: 0
- Forks: 6
- 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).

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