Skip to content

A simple docker container that writes out system information for testing purposes

License

Notifications You must be signed in to change notification settings

brianpursley/system-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

system-info

A simple docker container that writes out system information for testing purposes.

Default port is 80. You can set a custom port using the PORT environment variable.

Screenshot

Usage

Docker

docker run -d -p 8080:80 --name sysinfo brianpursley/system-info

Kubernetes

kubectl run sysinfo --image=brianpursley/system-info
kubectl wait --for=condition=Ready pod/sysinfo
kubectl port-forward sysinfo 8080:80

About

A simple docker container that writes out system information for testing purposes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published