gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 100/141: update docker README


From: gnunet
Subject: [taler-grid5k] 100/141: update docker README
Date: Thu, 18 Nov 2021 14:50:41 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 1158bd94405573fb51a91a31ff2a4b93c31878c1
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Nov 4 09:42:45 2021 +0100

    update docker README
---
 docker/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 51b5586..ff9e6fd 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -25,8 +25,8 @@ docker run -it --rm \
            --cap-add SYS_ADMIN \
            --security-opt apparmor:unconfined \
            -e GRID5K_USER=<user> \
-           -e GRID5K_CERT=<cert_path> \
            -e GRID5K_CERT_PASSWD=<cert_passwd> \
+           -v <cert_path>:/root/cert.pem \
            taler:build
 ```
 
@@ -36,7 +36,7 @@ Assuming an env file `.env` with the following contents:
 
 ```bash
 GRID5K_USER=<user>
-GRID5k_CERT=<cert_path>
+GRID5K_CERT=<cert_path>
 ```
 
 the build can be started with:
@@ -49,9 +49,9 @@ GRID5K_CERT_PASSWD=<cert_passwd> docker-compose up --build
 
 #### Environment Variables
 
-**GRID5K_USER`**: the user which GRID5K_CERT belongs to
-**GRID5K_CERT**: the certificate which is used to login to the Grid5000 nodes
-**GRID5K_CERT_PASSWD**: the password to decrypt GRID5K_CERT
+**GRID5K_USER`**: the user which `GRID5K_CERT` belongs to
+**GRID5K_CERT**: the certificate which is used to login to the Grid5000 nodes 
(docker-compose only)
+**GRID5K_CERT_PASSWD**: the password to decrypt `GRID5K_CERT`
 **GRID5K_DEST**: comma separated list of where to copy the image to in the 
grid (lille,lyon)
 
 ##### Additional

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]