mirror of
https://github.com/chevereto/docker.git
synced 2026-06-23 08:41:44 +02:00
typos
This commit is contained in:
@@ -33,7 +33,7 @@ make volume-rm-service NAMESPACE=yourproject SERVICE=storage
|
||||
|
||||
## Volume backup (service)
|
||||
|
||||
Backup a volume by `NAMESPACE` and `SERVICE`.
|
||||
Backup a volume by `NAMESPACE` and `SERVICE` at the `./backup` directory.
|
||||
|
||||
```sh
|
||||
make volume-backup-service NAMESPACE=yourproject SERVICE=database
|
||||
@@ -42,7 +42,7 @@ make volume-backup-service NAMESPACE=yourproject SERVICE=storage
|
||||
|
||||
## Volume restore (service)
|
||||
|
||||
Restore a volume by `NAMESPACE` and `SERVICE`.
|
||||
Restore a volume by `NAMESPACE` and `SERVICE` at the `./backup` directory.
|
||||
|
||||
```sh
|
||||
make volume-restore-service NAMESPACE=yourproject SERVICE=database
|
||||
|
||||
Reference in New Issue
Block a user