Update README.md

pull/4/head
Stefan Scherer 6 years ago committed by GitHub
parent fd8abef4ba
commit 7449b737f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,8 @@
[![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/)
Simple HTTP docker service that prints it's container ID - for (almost) any Docker platform
## CI pipeline
![CI pipeline with Travis and AppVeyor](images/pipeline.png)
@ -24,8 +26,6 @@
## Linux
Simple HTTP docker service that prints it's container ID
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541
@ -34,8 +34,6 @@ Simple HTTP docker service that prints it's container ID
## Windows
Simple HTTP docker service that prints it's container ID
$ docker run -d -p 8080:8080 --name whoami -t stefanscherer/whoami
736ab83847bb12dddd8b09969433f3a02d64d5b0be48f7a5c59a594e3a6a3541

Loading…
Cancel
Save