Sign inSign up

ctmagazin/whoami

By ctmagazin

•Updated about 7 years ago

A multiarch version of containous/whoami

Image
0

100K+

ctmagazin/whoami repository overview

⁠whoami

Docker Pulls

Tiny Go webserver that prints os information and HTTP request to output. This is a fork of containous/whoami⁠ designed to run on AMD64, ARM64 and ARMv7.

$ docker run -d -P --name iamfoo ctmagazin/whoami
$ docker inspect --format '{{ .NetworkSettings.Ports }}'  iamfoo
map[80/tcp:[{0.0.0.0 32769}]]
$ curl "http://0.0.0.0:32769"
Hostname :  6e0030e67d6a
IP :  127.0.0.1
IP :  ::1
IP :  172.17.0.27
IP :  fe80::42:acff:fe11:1b
GET / HTTP/1.1
Host: 0.0.0.0:32769
User-Agent: curl/7.35.0
Accept: */*

Tag summary

Content type

Image

Digest

Size

2.3 MB

Last updated

about 7 years ago

docker pull ctmagazin/whoami