https://github.com/simonswine/slingshot
https://github.com/simonswine/slingshot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/slingshot
- Owner: simonswine
- License: other
- Created: 2016-04-13T12:01:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T07:18:16.000Z (almost 10 years ago)
- Last Synced: 2026-03-04T20:28:53.859Z (3 months ago)
- Language: Go
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build
The easiest way of producing a reproducible build is using the default docker image to build slingshot (of course :laughing:)
The build creates:
* Linux and MacOS X 64bit binaries in _build/
* Coverage report in _test/
The only requirement is a running docker installation for the user that runs the `make` command.
```
make docker
```
## Usage
```
./slingshot cluster create \
-I "simonswine/slingshot-ip-vagrant-coreos" \
-C "simonswine/slingshot-cp-ansible-k8s-contrib"
```