From b453dd01c82ef754a7e11091379786073650d6d9 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Wed, 13 Nov 2024 11:01:17 +0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 916d066..ee96665 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# dev-docker-images \ No newline at end of file +# dev-docker-images + +This repo is to set up the CSlant DEV Images with Docker. + +We can use this runner to update all sources for development. + +## Docker Hub + +[CSlant Docker Hub](https://hub.docker.com/r/cslant) + +In this docker repository, we have built the following images: + +- [cslant/dev-php83](https://hub.docker.com/r/cslant/dev-php83) +- [cslant/dev-worker83](https://hub.docker.com/r/cslant/dev-worker83) +- [cslant/dev-node22](https://hub.docker.com/r/cslant/dev-node22) +- [cslant/dev-nginx](https://hub.docker.com/r/cslant/dev-nginx) +- [cslant/dev-postgres](https://hub.docker.com/r/cslant/dev-postgres)