Add disk and RAM requirements

This commit is contained in:
Laurent Indermuehle 2023-03-03 14:30:22 +01:00
parent 29fc0f7742
commit 1d983e96c5
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -20,6 +20,8 @@ For now, the makefile only support Podman.
- python >= 3.8 and <= 3.10
- make
- Minimum 15GB of free space on the device storing containers images and volumes. You can use this command to check: `podman system info --format='{{.Store.GraphRoot}}'|xargs findmnt --noheadings --nofsroot --output SOURCE --target|xargs df -h --output=size,used,avail,pcent,target`
- Minimum 2GB of RAM
### Makefile options