PHP Developers meet #15
Jan 16, 2016
Prashant Shrestha
YoungInnovations
About me
- Prashant Shrestha
- VP, Business and Technology Innovations, YoungInnovations
- Co-founder, YoungInnovations
prash.shrestha@gmail.com
prashant_sh
This provides a layer of isolation: each aspect of a container runs in its own namespace and does not have access outside it.
Control groups allow containers to share available hardware resources and, if required, set up limits and constraints
Docker provides an integrated technology suite that enables development and IT operations teams to build, ship, and run distributed applications anywhere.
Docker uses a client-server architecture. The Docker client talks to the Docker daemon, which does the heavy lifting of building, running, and distributing your Docker containers
A Docker image is a read-only template which is used to launch Docker containers.
A Docker container holds everything that is needed for an application to run. Each container is created from a Docker image.
Each service runs within a container
Not Recommended