Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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