Ep 2 of 5 Docker Tutorials for Developers Arabic - Docker Container شرح

Опубликовано: 04 Март 2026
на канале: Ramy Hakam
5,171
168

Episode 1
   • Ep 1 of 5 Docker For Developers Arabic  Do...  
Episode 3
   • Ep 3 of 5 Docker Tutorials for Developers ...  
Episode 4
   • Ep 4 of 5 Docker Tutorials for Developers ...  
Episode 5
   • Ep 5 of 5 Docker Tutorials for Developers ...  
Code:
https://github.com/RamyHakam/docker-t...
How To install
https://docs.docker.com/get-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 tutorial عربي
شرح docker
#برمجه
#docker