Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ameausoone/howdoi-docker-image
- Owner: Ameausoone
- License: mit
- Created: 2021-10-22T15:22:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T22:01:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T18:41:30.414Z (about 1 month ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```