mirror of
https://github.com/minio/minio.git
synced 2025-04-22 03:24:38 -04:00
add the mount-observe plug to the snap (#4853)
This commit is contained in:
parent
6cab6d802d
commit
34e780e690
@ -62,6 +62,12 @@ sudo snap install minio --edge
|
|||||||
|
|
||||||
Every time a new version of `minio` is pushed to the store, you will get it updated automatically.
|
Every time a new version of `minio` is pushed to the store, you will get it updated automatically.
|
||||||
|
|
||||||
|
You will need to allow the minio snap to observe mounts in the system:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo snap connect minio:mount-observe
|
||||||
|
```
|
||||||
|
|
||||||
## Microsoft Windows
|
## Microsoft Windows
|
||||||
### Binary Download
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform| Architecture | URL|
|
||||||
|
@ -14,7 +14,12 @@ confinement: strict
|
|||||||
apps:
|
apps:
|
||||||
minio:
|
minio:
|
||||||
command: minio
|
command: minio
|
||||||
plugs: [home, removable-media, network, network-bind]
|
plugs:
|
||||||
|
- home
|
||||||
|
- mount-observe
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
- removable-media
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
minio:
|
minio:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user