https://github.com/minimum2scp/wercker-step-install-docker
A wercker step to install docker command
https://github.com/minimum2scp/wercker-step-install-docker
Last synced: over 1 year ago
JSON representation
A wercker step to install docker command
- Host: GitHub
- URL: https://github.com/minimum2scp/wercker-step-install-docker
- Owner: minimum2scp
- License: mit
- Created: 2015-10-22T15:59:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T17:22:45.000Z (over 10 years ago)
- Last Synced: 2025-01-07T04:42:13.575Z (over 1 year ago)
- Language: Shell
- Homepage: https://app.wercker.com/#applications/5629080f8fe9134d6000361b/tab/details
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wercker-step-install-docker
A wercker step to install docker command
[](https://app.wercker.com/project/bykey/01689f2bc918d5b1ff69514cf753bd48)
## Options
* `path`: (optional) The docker command path, default is `/usr/bin/docker`.
* `version`: (optional) Version of docker command, default is `1.6.2`.
## Example
```
build:
steps:
- minimum2scp/install-docker:
path: /usr/local/bin/docker
version: 1.6.0
```