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

converts docker-compose.yml files to sloppy.io yml

Notifications You must be signed in to change notification settings

sloppyio/sloppose

Repository files navigation

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