https://github.com/simonswine/slingshot
https://github.com/simonswine/slingshot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/slingshot
- Owner: simonswine
- License: other
- Created: 2016-04-13T12:01:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T07:18:16.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T16:48:50.806Z (3 months ago)
- Language: Go
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- 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"
```