Tag: nginx

  • دليل شامل لتثبيت واستخدام دوكر

    هذا المنشور متوفر أيضاً باللغة الإنجليزية: English Version # العنوان: دليل شامل لتثبيت واستخدام دوكر دوكر هو أداة قوية تُستخدم للحاوية، تتيح للمطورين تعبئة التطبيقات مع جميع تبعياتها في وحدة قياسية. سيقوم هذا البرنامج التعليمي بإرشادك خلال عملية تثبيت دوكر وتكوينه، واستخدامه بفعالية. ## تعليمات التثبيت: 1. تحديث فهرس الحزم وتثبيت التبعيات اللازمة: “`bash sudo…

  • Complete Guide to Installing and Using Docker: Step-by-Step Instructions

    This post is also available in Arabic: النسخة العربية # Title: A Comprehensive Guide to Installing and Using Docker Docker is a powerful tool used for containerization, allowing developers to package applications with all their dependencies into a standardized unit. This tutorial will guide you through the process of installing Docker, configuring it, and using…

  • How to Self-Host Passbolt (Using Docker)

    This guide provides step-by-step instructions to install Docker correctly and deploy Passbolt using Docker Compose. 📌 Prerequisites ✅ A Linux Server (Ubuntu 24.04 recommended)✅ Minimum system requirements: 2 CPU cores, 2GB RAM✅ A domain name (e.g., passbolt.example.com)✅ An SSL certificate (Let’s Encrypt recommended) 📌 Step 1: Install Docker & Docker Compose (Ubuntu 24.04) Ubuntu 24.04…