Digital Craftsman
  • Search
Sign in Subscribe

docker

A collection of 3 posts
Add XDebug to unstable PHP version
php

Add XDebug to unstable PHP version

My packages support the two latest minor versions of PHP. As the first alpha of PHP 8.3 was just released, I'm upgrading the packages to PHP 8.3 and dropping PHP 8.1 from them. This way I'm able to use readonly for my classes.
24 Jun 2023 2 min read
Reuse custom PHP Docker image for job queue in Docker compose
docker

Reuse custom PHP Docker image for job queue in Docker compose

Depending on your setup, most likely you want to run the job queue container with the same image as the php container. Most time I see people executing the running php container and starting a job queue directly in there. A nicer way is to simply run a copy of
17 May 2021 1 min read
Useful little docker commands
docker

Useful little docker commands

When working with docker I stumbled over a few useful docker commands for cleaning up. Remove all docker containers: docker stop $(docker ps -a -q) docker rm $(docker ps -a -q) Remove all docker images: docker rmi $(docker images -q)
06 Jul 2016
Page 1 of 1
Digital Craftsman © 2025
  • Datenschutz
  • Impressum
Powered by Ghost