Skip to content
forked from kelda/blimp

Blimp: Develop with Docker Compose in the cloud

License

Notifications You must be signed in to change notification settings

cg505/blimp-cli

 
 

Repository files navigation

Blimp CLI

Build Status Go Report Card Slack

This repository contains the CLI for Blimp. Blimp lets you develop in the cloud, reducing CPU and RAM usage on your laptop. It supports the same configuration and workflows as Docker Compose.

This repository is also used for issue tracking and feature requests.

How it Works

Installation

blimp has been tested on Mac, Linux, and Windows WSL.

curl -fsSL 'https://kelda.io/get-blimp.sh' | sh

Or, on Homebrew:

brew install kelda/tools/blimp

Example

# Download the example.
git clone https://github.com/kelda/node-todo
cd node-todo

# Create a Blimp sandbox.
blimp login

# Boot the docker-compose.yml.
blimp up

# You can now interact with your containers as if they were running locally.
# Edit files.
vim app/routes.js

# Access the app.
curl localhost:8080

Documentation

Contributing

Contributions are very much welcome! Check out the contribution guide to get started.

About

Blimp: Develop with Docker Compose in the cloud

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 1.5%
  • Shell 0.6%