Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.1 KB

Sloppose

Build Status Coverage Status

Library to convert docker-compose files to sloppy.io compatible ones. Integrated into the sloppy.io CLI (learn more). Can also be used as a standalone tool for one-time conversions.

Supports docker-compose version 3.

Usage

sloppose [command]

Commands:

  • convert [options] [files]
    • Example: sloppose convert -o outFile.yml -projectname example

Configuration

Projectname:

  • can be set with COMPOSE_PROJECT_NAME environment variable or with parameter as seen above.
  • defaults to current working dir

Development

Checkout to $GOPATH/src/github.com/sloppyio/sloppose

Create a development build within the Go environment: make build-dev

Create an osx build with docker: make dev-osx

To run tests with Docker: test-in-docker