dcc-web icon indicating copy to clipboard operation
dcc-web copied to clipboard

Convert docker run/create commands to docker-compose.yml files.

docker-compose Converter Web

Convert docker run/create commands to docker-compose.yml files.

Webapp

Uses docker-compose-converter-library for the conversion. Submit issues for conversion at the docker-compose-converter repo.

alt text

General Project Setup

Build with the vuejs cli.

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