Skip to content

Commit

Permalink
Allow updating of vmx-environment during the update step
Browse files Browse the repository at this point in the history
  • Loading branch information
quantombone committed Aug 11, 2015
1 parent 5809e42 commit 122d260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vmx
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ update_vmx(){
docker pull visionai/vmx-server$VMXTAG
docker pull visionai/vmx-appbuilder$VMXTAG

#Update the environment (even though it rarely changes)
docker pull visionai/vmx-environment

docker run --name vmx-middle visionai/vmx-middle$VMXTAG
A=$?
docker run --name vmx-server visionai/vmx-server$VMXTAG
Expand Down

0 comments on commit 122d260

Please sign in to comment.