You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/09/24 04:46:18 UTC

[mnemonic-site] branch master updated: MNEMONIC-686: Incorrect format on Docker usage page

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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ded80f  MNEMONIC-686: Incorrect format on Docker usage page
2ded80f is described below

commit 2ded80fd4fc472560e0251b44282881520702bc4
Author: Zane <rh...@hotmail.com>
AuthorDate: Wed Sep 15 23:36:30 2021 -0700

    MNEMONIC-686: Incorrect format on Docker usage page
    
    Signed-off-by: Zane <rh...@hotmail.com>
---
 src/_docs/docker.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/_docs/docker.md b/src/_docs/docker.md
index e76c241..4561286 100644
--- a/src/_docs/docker.md
+++ b/src/_docs/docker.md
@@ -25,6 +25,7 @@ This is the "Dockerfiles" that will automatically build the CentOS/Ubuntu enviro
 #### How to set up proxy? 
 
 Set the argument "http_proxy" for the docker option "--build-arg" as follows
+
 ```bash
   $ docker build -t NAME[:TAG] --build-arg proxy_host="<proxy_host>" proxy_port="<proxy_port>" .
 ```
@@ -72,6 +73,7 @@ Run image:
 ```bash
   $ docker run -v <hostdir>/mnemonic:/ws/mnemonic -it NAME[:TAG]
 ```
+
 Note: this command will override the container's project folder, you can use another name to avoid it.
 
  * More details please refer to [Docker run reference](https://docs.docker.com/engine/reference/run/)