Skip to content

Commit

Permalink
Don't start node manager in start_local_managers
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 14, 2021
1 parent f203025 commit a3caf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions daliuge-engine/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ FROM icrar/daliuge-common:ray
# copy sources and virtualenv
COPY --from=0 /daliuge/. /daliuge/.
COPY --from=0 /home/ray/dlg /home/ray/dlg
RUN sudo mkdir -p /var/dlg_home && \
sudo chown ray:users /var/dlg_home

EXPOSE 5555
EXPOSE 6666
Expand Down
1 change: 0 additions & 1 deletion daliuge-engine/start_local_managers.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Script starts a node manager and a data island manager on the local node. Useful mainly for testing.

docker exec daliuge-engine bash -c 'dlg nm -vvd --no-dlm -H 0.0.0.0 -w ${HOME}'
docker exec -ti daliuge-engine bash -c 'dlg dim -N localhost -vvd -H 0.0.0.0 -w ${HOME}'

0 comments on commit a3caf1b

Please sign in to comment.