Skip to content
forked from jwilder/whoami

Simple HTTP docker service that prints it's container ID, container name and node name (demo)

License

Notifications You must be signed in to change notification settings

karekoho/whoami

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whoami

Simple HTTP docker service that prints it's container ID, container name and node name for demo purposes.

$ docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hostname:/etc/hostname --name whoami -t karek/whoami

About

Simple HTTP docker service that prints it's container ID, container name and node name (demo)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.6%
  • Shell 12.4%