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:7b9bd82d7…
Size
744.3 MB
Last updated
8 months ago
docker pull trippingteddies/php:8.4.17-node