Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dgageot/marcel
- Owner: dgageot
- Created: 2016-01-22T17:59:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T09:25:39.000Z (over 8 years ago)
- Last Synced: 2024-10-18T07:34:57.121Z (26 days ago)
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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