Never stop talking " STOP the Gaza Genocide "

Docker | Ramy Hakam

Ramy Hakam

Ramy Hakam

قناة عربية متخصصة في تقديم الكورسات والدورات البرمجية المتقدمة في مجالات مختلفة ومساعدة وتقديم النصائح للمبرمجين في رحلة السفر الي اوروبا . اذا كنت مبرمج او مهندس او محب البرمجة اشترك في القناة وستجد ما تبحث عنه من دورات متقدمة في مجالات عدة مثل PHP , Web Development , Angular , Git , Vlogs ,Germany lives , and more

تفاصيل الكورس

  • دروس الكورس5
  • مدة الكورس2س 19د
  • عدد الطلاب0
  • اللغةعربي
  • لا يحتاج متطلب سابق
  • (1)
  • ادرس الكورس مجانا
تقييمات الطلاب

( 5 من 5 )

١ تقييمات
5 نجوم
100%
4 نجوم
0%
3 نجوم
0%
نجمتين
0%
نجمة
0%
Y
Youtube

02-07-2024
Docker For Developers [Arabic] Docker - مالا يسع المبرمج جهله عن

شرح ما لا يسع المبرمج جهله عن docker
في القائمة دي هنشرح كل ما يتعلق با docker
, docker file, docker-compose, container
واهم المكونات اللي لازم تعرفها كمبرمج عن الدوكر وازاي تقدر تستخدمه في شغلك وتسفيد بيه
وازاي اصلا docker بيشتغل
Docker is one of the tools that used the idea of the isolated resources to create a set of tools that allows applications to be packaged with all the dependencies installed and ran wherever wanted
Docker is a software platform for building applications based on containers small and lightweight execution environments that make shared use of the operating system kernel but otherwise run in isolation from one another
A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another
A docker image Is an immutable file that contains the source code, libraries, dependencies, tools, and other files needed for an application to run.
Its a snapshot or a template of your resources, and in common The container is an image in the runtime
DockerFile is The configuration file for your Container
Docker Hub It is a service provided by Docker for finding and sharing container images with your team.
Docker Compose is a tool for defining and running multi-container Docker applications
#docker #php