https://github.com/t-matsuo/docker-apache-hostname
show container hostname only
https://github.com/t-matsuo/docker-apache-hostname
Last synced: 7 months ago
JSON representation
show container hostname only
- Host: GitHub
- URL: https://github.com/t-matsuo/docker-apache-hostname
- Owner: t-matsuo
- License: apache-2.0
- Created: 2020-09-08T11:10:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T14:22:30.000Z (about 4 years ago)
- Last Synced: 2025-01-28T13:49:26.975Z (9 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-apache-hostname
show container hostname and various info using apache:alpine## path and info
* /
* hostname
* /ip
* ip a
* /df
* df -h
* /mount
* mount
* /route
* route -n
* /cpuinfo
* cat /proc/cpuinfo
* /meminfo
* cat /proc/meminfo
* /hosts
* cat /etc/hosts
* /resolv.conf
* cat /etc/resolv.conf## Container Image
* GitHub
* `ghcr.io/t-matsuo/docker-apache-hostname/apache-hostname`
* DockerHub
* `tmatsuo/apache-hostname`