
Docker is a platform designed to create, deploy, and run applications in isolated containers. It provides a lightweight and consistent environment for development and production.
| Feature | Docker | Kubernetes |
|---|---|---|
| Ease of Use | Simple setup, good for beginners | Steeper learning curve, better for complex systems |
| Scalability | Limited to a single host | Highly scalable across multiple hosts |
| Best For | Small to medium applications, local development | Large-scale, cloud-native applications |
Both Docker and Kubernetes are essential in modern software development. If you're building a small application or need containerization for development, Docker is a great choice. However, if you require orchestration for a large-scale distributed system, Kubernetes provides the necessary automation and scalability.
This CMS is built using Symfony 7 for the backend and React + TypeScript on the frontend. It uses Tailwind CSS for styling, TinyMCE for the editor, and Docker for containerization.
Yes! The entire UI is built with Tailwind CSS and React, making it super easy to customize components, themes, or layout structure.
Definitely! We use TinyMCE for a seamless WYSIWYG writing experience. It supports links, images, formatting, and custom plugins.
Yes, image uploading is supported.
Yes! You can view the source code, fork it, or contribute on GitHub.