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 2020/05/23 18:36:36 UTC

[directory-fortress-core] branch master updated: docker login instructions

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 fb37e8a  docker login instructions
fb37e8a is described below

commit fb37e8afde0fdf73ec36d3523c47bb8f4d2fdc1c
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat May 23 13:36:18 2020 -0500

    docker login instructions
---
 src/docker/apacheds-for-apache-fortress-tests/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/docker/apacheds-for-apache-fortress-tests/README.md b/src/docker/apacheds-for-apache-fortress-tests/README.md
index 271702b..24cd953 100644
--- a/src/docker/apacheds-for-apache-fortress-tests/README.md
+++ b/src/docker/apacheds-for-apache-fortress-tests/README.md
@@ -36,3 +36,11 @@ ________________________________________________________________________________
 docker push apachedirectory/apacheds-for-apache-fortress-tests
 ```
 
+Note:  Login
+
+```groovy
+docker login
+Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
+Username: whatever
+Password: *****
+```