Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/setup-dockerize
Setup dockerize tools for you.
https://github.com/zcong1993/setup-dockerize
Last synced: about 22 hours ago
JSON representation
Setup dockerize tools for you.
- Host: GitHub
- URL: https://github.com/zcong1993/setup-dockerize
- Owner: zcong1993
- License: mit
- Created: 2019-08-16T04:13:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T23:27:00.000Z (about 2 years ago)
- Last Synced: 2024-03-15T02:34:38.247Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 609 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Dockerize
Setup [dockerize](https://github.com/jwilder/dockerize) tools for you.
## Getting Started
Simple usage:
```yaml
- name: Setup dockerize
uses: zcong1993/[email protected]
# will use 0.6.1
```Use a specific version:
```yaml
- name: Setup dockerize
uses: zcong1993/[email protected]
with:
dockerize-version: '0.6.0'
```