From 5b9114541c6421e2cc6339659e8ce50e0a186c14 Mon Sep 17 00:00:00 2001 From: Dominique Roux Date: Sat, 23 May 2020 10:40:55 +0200 Subject: [PATCH] updated README to clearify the update process --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 962fa21..4140ba5 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ * run *run_script.sh* (as the correct user (e.g. on some setups *root*)) * connect to the DCPValidator via *http://localhost:8080* -# Update +# Update the container * Stop the docker container (*sudo docker stop dcpvalidator; sudo docker rm dcpvalidator*) +* Update the git repo (*git pull*) * Get the newest .deb from https://www.zweib.com/portfolio/medienproduktion/dcp-validator/ * Move it to *./DCPValidator/* * Change the *COPY* line in the Dockerfile (*./DCPValidator/Dockerfile*) to point to the new .deb package * run *build_script.sh* * run *run_script.sh* - # Hints * Docker documentation: https://docs.docker.com/