🐋
Welcome to the world of Containerization
What is Containerization?
Containerization is defined as a form of operating system virtualization, through which applications are run in isolated user spaces called containers, all using the same shared operating system (OS). A container is essentially a fully packaged and portable computing environment
Containerization offers significant benefits to developers and development teams. Among these are the following: Benefits
- Portability
- Agility
- Speed
- Efficiency
- Ease of management
The Open Container Initiative (OCI), established in June 2015 by Docker and other industry leaders, is promoting common, minimal, open standards and specifications around container technology. Because of this, the OCI is helping to broaden the choices for open source engines. Types
Docker is one of the most well-known and highly used container engine technologies, but it is not the only option available. The ecosystem is standardizing on containerd and other alternatives like CoreOS rkt, Mesos Containerizer, LXC Linux Containers, OpenVZ, and crio-d.
About this project ?
This project includes a short summary of a problem.
The problem is based on the docker and docker-compose.
Seprate directory is created according to the profiles.
We have to create a sample project with our name.
Fork the repository .Create Dockerfile and docker-compose.
Create the pull request.
A ReadMe file is attached in github pr to create a pull request.
Additional Benifits
The project is tagged as the Hacktober fest 2020. It's a great opportunity to win tees from hacktoberfest.