Student Reviews
( 5 Of 5 )
1 review
Video of Ep 5 of 5 Docker Tutorials for Developers Arabic - Docker Compose شرح in Docker course by Ramy Hakam channel, video No. 5 free certified online
Episode 1
https://youtu.be/dTZZ-4PibHg
Episode 2
https://youtu.be/uIAEqNRJSWk
Episode 3
https://youtu.be/5gqtbIx4_pc
Episode 4
https://youtu.be/zh00mt0a7iM
Code:
https://github.com/RamyHakam/docker-tutorials
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 file in Arabic
Docker file for beginners عربي
Docker Compose is a tool for defining and running multi-container Docker applications
docker tutorial عربي
Docker container عربي
Dockerfile عربي
شرح docker
#برمجه
#docker