GitXplorerGitXplorer
d

marcel

public
21 stars
2 forks
6 issues

Commits

List of commits on branch master.
Unverified
9aba64bc401bc9094890b5a8c015a451e8faf37d

Remove vendored tests

ddgageot committed 9 years ago
Unverified
a2e295b69221ad4f7055411f13e5b20ca02fb6c6

Simplify code

ddgageot committed 9 years ago
Unverified
84ced1b49553e2071c249a172792474695c327ee

Print host's IP

ddgageot committed 9 years ago
Unverified
c52146f523e7829017724de0d10f8dd4e40f3575

Cleanup code

ddgageot committed 9 years ago
Unverified
26d5f46c80de0c39004a469c0f14aa6c797c4a8e

Rename

ddgageot committed 9 years ago
Unverified
dc8e63f6d6c29be47c4076acacb4d2834ad0661a

Better error management

ddgageot committed 9 years ago

README

The README file for this repository.

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