Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgageot/marcel

Marcel: One docker CLI to rule them all
https://github.com/dgageot/marcel

Last synced: 13 days ago
JSON representation

Marcel: One docker CLI to rule them all

Awesome Lists containing this project

README

        

**Marcel: One docker CLI to rule them all**

## Installation

go get -u github.com/dgageot/marcel

## Change current docker host

### Point to default local daemon

marcel use local

### Point to any docker machine host

marcel use default
marcel use another-docker-machine

### Point to any docker host with out without TLS

marcel use tcp://50.134.234.20:2376 ~/certs
marcel use tcp://50.134.234.20:2376

## Run any docker, compose or machine

marcel run hello-world
marcel compose up
marcel machine ls

## Get current host's IP

marcel ip