From b67847b65218df055ef4d8da6a8f8c5b96e9524e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Parilli?= Date: Tue, 7 Mar 2023 20:05:55 -0400 Subject: [PATCH] Fixed examples syntax --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01f5570..480e9e9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Note: This image carries latest 'qemu-utils' as of its base OS for internal proc `-v /run:/run -v /var/tmp:/var/tmp -v /mnt/backups:/mnt/backups \` -`docker-virtnbdbackup \` +`adrianparilli/virtnbdbackup-docker \` `virtnbdbackup -d -l full -o /mnt/backups/` @@ -55,7 +55,7 @@ Note: This image carries latest 'qemu-utils' as of its base OS for internal proc `-v /run:/run -v /var/tmp:/var/tmp -v /mnt/backups:/mnt/backups \` -`docker-virtnbdbackup \` +`adrianparilli/virtnbdbackup-docker \` `virtnbdbackup -d -l inc -o /mnt/backups/` @@ -67,7 +67,7 @@ Note: This image carries latest 'qemu-utils' as of its base OS for internal proc `-v /run:/run -v /var/tmp:/var/tmp -v /mnt/backups:/mnt/backups -v /mnt/restored:/mnt/restored \` -`docker-virtnbdbackup \` +`adrianparilli/virtnbdbackup-docker \` `virtnbdrestore -i /mnt/backups/ -a restore -o /mnt/restored` @@ -79,11 +79,11 @@ In the above examples, the container will be removed as soon the invoked command In addition, you can set a persistent container with all necessary bind mounts with: -`docker create --name ` +`docker create --name \` `-v /var/tmp:/var/tmp -v /run:/run -v /mnt/backups:/mnt/backups -v /mnt/restored:/mnt/restored' \` -`docker-virtnbdbackup \` +`adrianparilli/virtnbdbackup-docker \` `/bin/bash`