You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/04/17 15:55:22 UTC

[directory-fortress-core] branch master updated: minor fmt for md

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new bb5048c  minor fmt for md
bb5048c is described below

commit bb5048c8327d896a69c2481f0bfbb4b19ce0d27e
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Wed Apr 17 10:55:17 2019 -0500

    minor fmt for md
---
 .../apacheds-for-apache-fortress-tests/README.md   | 26 ++++++++++++----------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/docker/apacheds-for-apache-fortress-tests/README.md b/src/docker/apacheds-for-apache-fortress-tests/README.md
index d419452..271702b 100644
--- a/src/docker/apacheds-for-apache-fortress-tests/README.md
+++ b/src/docker/apacheds-for-apache-fortress-tests/README.md
@@ -16,21 +16,23 @@
    specific language governing permissions and limitations
    under the License.
    
-ApacheDS for Apache Fortress tests
-==================================
+# ApacheDS for Apache Fortress tests
+________________________________________________________________________________
 
 This directory contains
 
 * a `Dockerfile` for building a Docker image with preconfigured ApacheDS for Apache Fortress
 * a `run-tests.sh` script that start such a Docker container and executes the Fortress tests against it
-
-
-Build image (run from fortress-core root folder)
-
-    docker build -t apachedirectory/apacheds-for-apache-fortress-tests -f src/docker/apacheds-for-apache-fortress-tests/Dockerfile .
-
-
-Push image to docker hub:
-
-    docker push apachedirectory/apacheds-for-apache-fortress-tests 
+___________________________________________________________________________________
+### Build image (run from fortress-core root folder)
+
+```
+docker build -t apachedirectory/apacheds-for-apache-fortress-tests -f src/docker/apacheds-for-apache-fortress-tests/Dockerfile .
+```
+___________________________________________________________________________________
+### Push image to docker hub:
+
+```
+docker push apachedirectory/apacheds-for-apache-fortress-tests
+```