Docker

Practical notes on using Docker in everyday development: containers, Docker Compose, local environments, multi-PHP setups, service management, and development workflow optimization.

docker-build-cache-almost-30-gb-cover.png
Docker

How Big Can Docker Build Cache Get? Mine Reached Almost 30 GB

While starting AVN Documentation AI locally, I almost ran out of disk space. Docker Build Cache had grown to about 29 GB, images occupied more than 31 GB, and the filesystem reached 99-100% usage. I show how I found the cause, why a conservative prune barely helped, and how I safely reclaimed tens of gigabytes.

21
composer-docker-gitlab-ssh-agent-forwarding.png
Laradock

Composer Cannot Access GitLab from Docker: Fix with SSH Agent

SSH to GitLab works on the host, but Composer inside Docker asks for a username and password or fails with Permission denied (publickey). I show how I diagnosed the issue in Laradock and forwarded the host SSH Agent into the container.

72