An open API service indexing awesome lists of open source software.

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

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
```