[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Go Team CI down again?



Hi Aloïs,

Aloïs Micard <creekorful@debian.org>,
09/01/2023 – 10:38:33 (+0100):

> Just did a little volume cleanup on the host (docker volume prune)
> this has freed 8GB and should buy us more time.

We probably should consider putting /var/lib/docker in /srv too,
something like the following should do it:
| sudo systemctl stop docker
| sudo rm -rf /var/lib/docker
| sudo mkdir /srv/docker
| sudo ln -s /srv/docker /var/lib/docker
| sudo systemctl start docker

Cheers!

-- 
Faustin

Attachment: signature.asc
Description: PGP signature


Reply to: