mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: update 'uc service rm' description that volumes are preserved
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
Remove one or more services.
|
||||
|
||||
## Synopsis
|
||||
|
||||
Remove one or more services.
|
||||
|
||||
The volumes used by the services are preserved and should be removed separately
|
||||
with 'uc volume rm'. Anonymous Docker volumes (automatically created from VOLUME
|
||||
directives in image Dockerfiles) are automatically removed with their containers.
|
||||
|
||||
```
|
||||
uc rm SERVICE [SERVICE...] [flags]
|
||||
```
|
||||
|
||||
@@ -2,6 +2,14 @@
|
||||
|
||||
Remove one or more services.
|
||||
|
||||
## Synopsis
|
||||
|
||||
Remove one or more services.
|
||||
|
||||
The volumes used by the services are preserved and should be removed separately
|
||||
with 'uc volume rm'. Anonymous Docker volumes (automatically created from VOLUME
|
||||
directives in image Dockerfiles) are automatically removed with their containers.
|
||||
|
||||
```
|
||||
uc service rm SERVICE [SERVICE...] [flags]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user