From 51b566f583640f472e516b629bc71d729a89c84d Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 2 Nov 2018 20:05:08 +0100 Subject: [PATCH] Add info on partial-reprovision. --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 99a8e99..1c32fb6 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # Project Topic 4 - Docker-based Service Composition ## Getting Started - ### Prerequisites -+ vagrant (2.0.2, 2.1.2) - - -### Installing -+ install vagrant -+ clone repo ++ vagrant (2.0.2, 2.1.5) ## Deployment -+ ``vagrant up`` \ No newline at end of file +On Virtualbox ++ ``vagrant up`` ++ wait + +### Quick re-deployment +This will kill/delete all existing containers (and ignore images -> minimal re-downloading) ++ currently we do not export anything anywhere -> runtime-changes will likely be lost. ++ ``vagrant rsync`` ++ ``vagrant provision`` \ No newline at end of file -- 2.43.0