You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2019/09/30 11:28:20 UTC

[thrift] branch master updated: Fix wrong command examples in build/docker/README.md

This is an automated email from the ASF dual-hosted git repository.

dcelasun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a97457  Fix wrong command examples in build/docker/README.md
4a97457 is described below

commit 4a97457a98cad0acba7065c61186e034e32e36f8
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Sep 30 04:28:11 2019 -0700

    Fix wrong command examples in build/docker/README.md
    
    [skip ci]
    
    This closes #1883.
---
 build/docker/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/docker/README.md b/build/docker/README.md
index 7bbf001..08c1372 100644
--- a/build/docker/README.md
+++ b/build/docker/README.md
@@ -109,12 +109,12 @@ new one for you:
 
 To run all unit tests (just like Travis CI does):
 
-    thrift$ dockerrun ubuntu-bionic
+    thrift$ dockerrun thrift/thrift-build:ubuntu-bionic
     root@8caf56b0ce7b:/thrift/src# build/docker/scripts/autotools.sh
 
 To run the cross tests (just like Travis CI does):
 
-    thrift$ dockerrun ubuntu-bionic
+    thrift$ dockerrun thrift/thrift-build:ubuntu-bionic
     root@8caf56b0ce7b:/thrift/src# build/docker/scripts/cross-test.sh
 
 When you are done, you want to clean up occasionally so that docker isn't using lots of extra disk space: