Skip to content

Commit 6f668e2

Browse files
committed
Add disclaimer, update docs.
1 parent 7a10b6a commit 6f668e2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ This tutorial will be presented at the following conferences:
3232
[PEARC20](https://pearc.acm.org/pearc20/)
3333
[Gateways 2020](https://sciencegateways.org/web/gateways2020)
3434

35+
## Disclaimer
36+
37+
DO NOT run this project on production systems. This project is for educational
38+
purposes only. The container images we publish for the tutorial are configured
39+
with hard coded insecure passwords and should be run locally in development for
40+
testing and learning only.
41+
3542
## License
3643

3744
This tutorial is released under the GPLv3 license. See the LICENSE file.

docs/docker_tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ docker volume list
115115
To tear down all containers and remove the volumes:
116116

117117
```
118-
./hpcts stop
118+
./hpcts destroy
119119
```
120120

121121
To tear down all containers, remove volumes, and remove the container images (next time you run start they will be re-downloaded):

0 commit comments

Comments
 (0)