https://github.com/lucho00cuba/hello-in-docker
hello in docker
https://github.com/lucho00cuba/hello-in-docker
docker programming-language
Last synced: 5 months ago
JSON representation
hello in docker
- Host: GitHub
- URL: https://github.com/lucho00cuba/hello-in-docker
- Owner: Lucho00Cuba
- License: mit
- Created: 2023-09-09T23:41:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T23:43:38.000Z (almost 3 years ago)
- Last Synced: 2025-07-18T18:26:55.924Z (11 months ago)
- Topics: docker, programming-language
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hello World in Docker
- [C](c/)
- [C++](cpp/)
- [C#](csharp/)
- [Golang](golang/)
- [Java](java/)
- [JavaScript](javascript/)
- [Perl](perl/)
- [PHP](php/)
- [Python](python/)
- [Ruby](ruby/)
- [Rust](rust/)
### build
```bash
docker build -t ${LANGUAGE_NAME}:hello .
```
### run
```bash
docker run --rm -it ${LANGUAGE_NAME}:hello
```