diff --git a/README.md b/README.md index ce6cf0e..c0b1e1f 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,33 @@ -# LearnDocker -This repository walks you through the basics of using docker. - -# CONTRIBUTING - -### Contributing Guidelines! - - Read these instructions to understand the contribution guidelines. Please follow the guidelines to ensure a smooth contribution. Following the guidelines reflects your respect towards the open source contribution. The issues, potential changes and pull requests will be addressed in compliance with the quality of need and urgency. - -### Expected Contribution: -In case you are willing to contribute in any form, you're most welcome! Improvements to documentation, reporting bugs and mistakes is expected in general. - -# Getting started - -## Ground Rules -Issues should be created to submit a change to the repository before opening a pull request. Communication in any form except the repository channels is not expected and will not be entertained. - - -# Your First Contribution -In case you have additions to the concepts, codebase, or anything relevant, you're most welcome to open an issue, followed by opening a pull request. You are again welcome to report a mistake in the existing content, and code obsolete issues. - - -### Know More about open Source Contributions: -Here are a couple of friendly tutorials you can go through: http://makeapullrequest.com/ and http://www.firsttimersonly.com/ - +
Docker is an open source containerization platform. It enables developers to package applications into containers - standardized executable components combining application source code with the Operating System (OS) libraries and dependencies required to run that code in any environment. Containers simplify the delivery of distributed applications, and have become increasingly popular as organizations shift to cloud-native development and hybrid multicloud environments (IBM, 2021). This repository will teach you the basics of Docker including:
+ +This is an open source repository which means anyone can contribute to make this repository better...hopefully. To ensure that each contribution is an improvement, we ask that you follow a few basic guidelines:
+ +