Skip to content

Commit

Permalink
add default docker binding into software_router
Browse files Browse the repository at this point in the history
  • Loading branch information
geektortoise committed Apr 29, 2020
1 parent 854c435 commit 743c10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start_deploy.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ docker start nginx

docker create --name software_router \
-v singularity_images:/data/softwares/images \
-v /var/run/docker.sock:/var/run/docker.sock \
--privileged \
--link rabbitmq:rabbitmq \
--link slurm:slurm \
--restart=unless-stopped \
Expand Down

0 comments on commit 743c10d

Please sign in to comment.