|
|
@ -4,6 +4,8 @@
|
|
|
|
[![Build Status](https://travis-ci.org/StefanScherer/whoami.svg?branch=master)](https://travis-ci.org/StefanScherer/whoami)
|
|
|
|
[![Build Status](https://travis-ci.org/StefanScherer/whoami.svg?branch=master)](https://travis-ci.org/StefanScherer/whoami)
|
|
|
|
[![This image on DockerHub](https://img.shields.io/docker/pulls/stefanscherer/whoami.svg)](https://hub.docker.com/r/stefanscherer/whoami/)
|
|
|
|
[![This image on DockerHub](https://img.shields.io/docker/pulls/stefanscherer/whoami.svg)](https://hub.docker.com/r/stefanscherer/whoami/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simple HTTP docker service that prints it's container ID - for (almost) any Docker platform
|
|
|
|
|
|
|
|
|
|
|
|
## CI pipeline
|
|
|
|
## CI pipeline
|
|
|
|
|
|
|
|
|
|
|
|
![CI pipeline with Travis and AppVeyor](images/pipeline.png)
|
|
|
|
![CI pipeline with Travis and AppVeyor](images/pipeline.png)
|
|
|
@ -24,8 +26,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
## Linux
|
|
|
|
## Linux
|
|
|
|
|
|
|
|
|
|
|
|
Simple HTTP docker service that prints it's container ID
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
|
|
|
|
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
|
|
|
|
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
|
|
|
|
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
|
|
|
|
|
|
|
|
|
|
|
@ -34,8 +34,6 @@ Simple HTTP docker service that prints it's container ID
|
|
|
|
|
|
|
|
|
|
|
|
## Windows
|
|
|
|
## Windows
|
|
|
|
|
|
|
|
|
|
|
|
Simple HTTP docker service that prints it's container ID
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
|
|
|
|
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
|
|
|
|
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
|
|
|
|
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
|
|
|
|
|
|
|
|
|
|
|
|