Skip to content

Commit 6892d43

Browse files
committed
Allow a local directory, shared, to be accessed inside the docker container for netpyneui
1 parent 1860ff5 commit 6892d43

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ skaffold-overrides.yaml
1414
/libraries/client/netpyne-web/
1515
/.venv
1616
/libraries/client/*.pyc
17+
/applications/netpyne/shared

applications/netpyne/run_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ set -e
33

44
# A script to run the NetPyNE container locally (build it first with ./build_local.sh)
55

6-
docker run --network host -it --rm --name mynp mynetpyneosb
6+
docker run --network host -v $PWD/shared:/opt/workspace/local:rw -it --rm --name mynp mynetpyneosb
77

88

0 commit comments

Comments
 (0)