Skip to content

Commit 54dd034

Browse files
committed
add note about docker start
1 parent fb011f3 commit 54dd034

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ cd Dash.jl
5151
git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
5252
5353
# start `dashjl-tests`
54+
# [on 1st session]
5455
docker run -t -d --name dashjl-tests -v .:/home/circleci/project etpinard/dashjl-tests:<x.y.z>
56+
# [otherwise]
57+
docker start dashjl-tests
5558

5659
# ssh into it as root (some python deps need that unfortunately)
5760
docker exec -u 0 -it dashjl-tests bash

0 commit comments

Comments
 (0)