From 842a936ebb6be64dd2a7a2e0c894c01d11fdb936 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 26 Nov 2018 10:30:58 +0100 Subject: [PATCH] add explicit example for kopano-backup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7afc11f..e8a532f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ The built image includes your subscription key! Do not push this image to any pu - Destroy local containers and network interfaces: `docker-compose down` - Run commands in a running container: `docker-compose exec kserver kopano-cli --list-users` - Get logs of a container running in the background: `docker-compose logs -f kserver` -- Get a shell in a new container to e.g. run `kopano-backup ` or `kopano-migration-pst` (would still need to be installed first): `docker run -it -v /var/run/kopano/:/var/run/kopano -v $(pwd):/kopano/path zokradonh/kopano_core bash` +- Run a `kopano-backup`: `docker run -it -v /var/run/kopano/:/var/run/kopano -v $(pwd):/kopano/path zokradonh/kopano_core kopano-backup` +- Get a shell in a new container to for example run `kopano-migration-pst` (would still need to be installed first): `docker run -it -v /var/run/kopano/:/var/run/kopano -v $(pwd):/kopano/path zokradonh/kopano_core bash` ## Third party docker images