From 2441e3805bfdc2a8da390df489b6493d0ada4164 Mon Sep 17 00:00:00 2001 From: Robert Glenn Date: Mon, 1 Jan 2018 20:57:20 -0800 Subject: [PATCH] directing to a prebuilt image hosted on hub.docker --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1fda97..db0d77a 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,11 @@ You need Java installed. ./gradlew bootRun open http://localhost:8080 -# Try with [Docker](https://www.docker.com/) +# Try it out with [Docker](https://www.docker.com/) You need Docker installed. - docker build -t spring-boot-realworld-example-app . - docker run -p 8080:8080 -d spring-boot-realworld-example-app + docker run -p 8080:8080 -d --name spring-boot-realworld-example-app allthethings/spring-boot-realworld-example-app # Run test