Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ameausoone/howdoi-docker-image

Build a docker image for github.com/gleitz/howdoi
https://github.com/ameausoone/howdoi-docker-image

Last synced: 14 days ago
JSON representation

Build a docker image for github.com/gleitz/howdoi

Awesome Lists containing this project

README

        

# howdoi-docker-image

Build a docker image for [github.com/gleitz/howdoi](https://github.com/gleitz/howdoi) available.

Pull
```shell
docker pull ghcr.io/ameausoone/howdoi-docker-image/howdoi:latest
```

Run
```shell
docker run --rm ghcr.io/ameausoone/howdoi-docker-image/howdoi:latest java how to convert inputstream to string
Number number = NumberFormat.getInstance().parse(string);
```