Each folder stores a Dockerfile used to build an image.
Images are built automatically on Dockerhub (in organisation trippingteddies) for:
You can also build them manually on your local machines:
docker build -t trippingteddies/php:7.4-node .
and push manually to dockerhub:
docker login
docker push trippingteddies/php:7.4-node .
where trippingteddies/php is the dockerhub repo name and 7.4-node is the image tag.
Content type
Image
Digest
sha256:5880f5cf9…
Size
1.1 GB
Last updated
8 months ago
docker pull trippingteddies/python:3.14.3-node