Home

Awesome

Crane

Lift containers with ease - michaelsauter.github.io/crane

Overview

Crane is a Docker orchestration tool similar to Docker Compose with extra features and (arguably) smarter behaviour. It works by reading in some configuration (JSON or YAML) which describes how to run containers. Crane is ideally suited for development environments or continuous integration.

Features

Documentation & Usage

Please see michaelsauter.github.io/crane/docs.html.

Installation

The latest release is 3.6.1 and requires Docker >= 1.13. Please have a look at the changelog when upgrading.

bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.6.1/download.sh`" && \
mv crane /usr/local/bin/crane

Copyright © 2013-2020 Michael Sauter. See the LICENSE file for details.


GoDoc Build Status