We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3e4c1 commit 84cda37Copy full SHA for 84cda37
README_firefly.md
@@ -16,7 +16,7 @@ Here are Docker commands used to test this notebook:
16
```
17
docker run -itd -p 9745:9745 -v `pwd`:/home/vagrant/mnt --name lsst2 lsstsqre/centos:7-stack-lsst_distrib-d_2017_12_14
18
19
-docker exec -it lsst /bin/bash
+docker exec -it lsst2 /bin/bash
20
21
22
Then in the shell inside the container:
0 commit comments