Skip to content

Commit

Permalink
add note about docker start
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Aug 23, 2023
1 parent fb011f3 commit 54dd034
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ cd Dash.jl
git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
# start `dashjl-tests`
# [on 1st session]
docker run -t -d --name dashjl-tests -v .:/home/circleci/project etpinard/dashjl-tests:<x.y.z>
# [otherwise]
docker start dashjl-tests

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

0 comments on commit 54dd034

Please sign in to comment.