https://cerbos.dev logo
#help
Title
# help
v

Vladyslav Ishchenko

05/05/2022, 10:20 AM
Hi, Cerbos Team. Could you please help with solving this error? When running
make image
command Iā€™m getting this error even though I have enough space on my mac. My setup is:
MacBook Pro (13-inch, M1, 2020)
a

Andrew Haines (Cerbos)

05/05/2022, 10:26 AM
Hi Vladyslav, are you using Docker Desktop? If so, the disk image it uses is smaller than the total storage on your Mac so it could be full. Under Settings > Resources > Advanced, you should be able to see "Disk image size" and usage. If it's looking full, you can free up some space by running
docker system prune
(add
--all --volumes
to be really aggressive - note that deletes all images and data volumes though!).
šŸ‘€ 1
v

Vladyslav Ishchenko

05/05/2022, 10:29 AM
Thanks a lot, @Andrew Haines (Cerbos). It worked
šŸ™ŒšŸ¼ 1
6 Views