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

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

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`