Tag: docker
-
تثبيت وتكوين Docker على أوبونتو: دليل شامل
هذا المنشور متوفر أيضاً باللغة الإنجليزية: English Version ## البرنامج التعليمي: تثبيت وتكوين Docker على أوبونتو Docker هو أداة شهيرة تستخدم لتقنية الحاويات في بيئات تكنولوجيا المعلومات. في هذا البرنامج التعليمي، سنتعرف على عملية التثبيت والتكوين، والاستخدام الأساسي لـ Docker على أوبونتو. ### الخطوة 1: تحديث فهرس الحزم “`bash sudo apt update # تحديث فهرس…
-
Tutorial: Installing and Configuring Docker on Ubuntu
This post is also available in Arabic: النسخة العربية ## Tutorial: Installing and Configuring Docker on Ubuntu Docker is a popular tool used for containerization in IT environments. In this tutorial, we will walk through the installation, configuration, and basic usage of Docker on Ubuntu. ### Step 1: Update Package Index “`bash sudo apt update…
-
دليل شامل لتثبيت واستخدام دوكر
هذا المنشور متوفر أيضاً باللغة الإنجليزية: 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…
-
Complete Guide to Docker: Streamline Application Deployment
As an IT professional, staying on top of the latest tools and technologies is essential to staying competitive in today’s fast-paced industry. One tool that has been gaining popularity in recent years is Docker. Docker is a powerful tool that allows you to automate the deployment of applications inside lightweight, portable containers. One of the…
-
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…