From 85aac3efb8bed3789343a039e498f3b44a101d2e Mon Sep 17 00:00:00 2001 From: Like Ma Date: Tue, 7 Mar 2017 11:44:20 +0800 Subject: [PATCH] Refine README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 960c654..e4fabaa 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [gluster-web-interface](https://github.com/oss2016summer/gluster-web-interface) is Web UI to manage GlusterFS. -## Pull the image +## Pull the image to local ```bash docker pull like/gluster-web-interface ``` -## Run the instance +## Run the instance to expose port 3000 ```bash docker run -it -p 3000:3000 like/gluster-web-interface