본문 바로가기
Web development/Infra

[Jenkins] No space in device error

by 자몬다 2023. 5. 24.

You can use docker prune command.

 

Deleting Docker Images Older than 3 Days

$ docker system prune -af --filter "until=$((3*24))h”

 

 

댓글