Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skbhati199/hello-world-docker
Hello-World-Docker
https://github.com/skbhati199/hello-world-docker
Last synced: about 1 month ago
JSON representation
Hello-World-Docker
- Host: GitHub
- URL: https://github.com/skbhati199/hello-world-docker
- Owner: skbhati199
- Created: 2021-08-21T17:05:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T19:24:12.000Z (over 2 years ago)
- Last Synced: 2024-05-17T20:54:13.458Z (8 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hello world docker action | Containter
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
## Inputs
## `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
## `time`
The time we greeted you.
## Example usage
uses: actions/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'