Skip to content

Commit 84cda37

Browse files
committed
correct name of docker container
1 parent 5e3e4c1 commit 84cda37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_firefly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here are Docker commands used to test this notebook:
1616
```
1717
docker run -itd -p 9745:9745 -v `pwd`:/home/vagrant/mnt --name lsst2 lsstsqre/centos:7-stack-lsst_distrib-d_2017_12_14
1818
19-
docker exec -it lsst /bin/bash
19+
docker exec -it lsst2 /bin/bash
2020
```
2121

2222
Then in the shell inside the container:

0 commit comments

Comments
 (0)