From bfe26ce9752be9ea670fbd2ed7a597af1f0f44da Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sun, 4 Aug 2024 19:03:16 +0700 Subject: [PATCH] docs: add docker hub info into readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 60d9d04..453b671 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,19 @@ pg_dump -U root -h localhost cslant_blog >> /docker-entrypoint-initdb.d/cslant_b ```bash psql -U root -h localhost cslant_blog < /docker-entrypoint-initdb.d/cslant_blog.sql ``` + +## Docker Hub + +[CSlant Docker Hub](https://hub.docker.com/r/cslant) + +In this docker repository, we have the following images: + +- [cslant/blog-php](https://hub.docker.com/r/cslant/blog-php) +- [cslant/blog-worker](https://hub.docker.com/r/cslant/blog-worker) +- [cslant/blog-node](https://hub.docker.com/r/cslant/blog-node) + +--- + +## License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.