From b811753060f16bab509c95105630d9b60c150f42 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 10 May 2020 17:06:37 +0200 Subject: [PATCH] update --- portainer/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/portainer/readme.md b/portainer/readme.md index 17470e6..a772863 100644 --- a/portainer/readme.md +++ b/portainer/readme.md @@ -13,7 +13,7 @@ Web based GUI for overview and management of docker environment. * [DockerHub image used](https://hub.docker.com/r/portainer/portainer/) Portainer is a lightweight management web UI, that allows to easily manage -docker container, networks, volumes, images,... the work. +docker containers, networks, volumes, images,... the work. In my use it is mostly information tool, rather than a management tool. @@ -101,4 +101,7 @@ that makes daily snapshot of the entire directory. #### Restore -Other than having backup of the `docker-compose.yml` there is not much to +* down the portainer container `docker-compose down`
+* delete the entire portainer directory
+* from the backup copy back the portainer directory
+* start the container `docker-compose up -d`