https://github.com/owlinux1000/getcid
https://github.com/owlinux1000/getcid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/owlinux1000/getcid
- Owner: owlinux1000
- Created: 2020-02-09T02:31:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T02:31:44.000Z (over 6 years ago)
- Last Synced: 2025-01-16T10:35:33.674Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Container ID
## tl;dr
This Docker Image only returns self hostname.
## How to users
```sh
$ doker run -it -p 80:9191 encry1024:gethostname
$ curl http://localhost
2840cd4acfe0 # Example hostname
```