We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680a38 commit f1d3584Copy full SHA for f1d3584
README.md
@@ -41,6 +41,10 @@ To try with **this** repository docker image:
41
docker run -e PASSWORD=abc -p 8787:8787 seandavi/buildabiocworkshop2020
42
```
43
44
+*NOTE*: Running docker that uses the password in plain text like above exposes the password to others
45
+in a multi-user system (like a shared workstation or compute node). In practice, consider using an environment
46
+variable instead of plain text to pass along passwords and other secrets in docker command lines.
47
+
48
49
## Whatcha get
50
0 commit comments