├── .gitignore ├── main ├── images │ ├── ci-cd.png │ ├── ci.png │ ├── linux_architecture.jpg │ ├── open_source.png │ ├── sldc.png │ ├── vagrant.jpg │ └── vt.png └── readme.md └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/.gitignore -------------------------------------------------------------------------------- /main/images/ci-cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/ci-cd.png -------------------------------------------------------------------------------- /main/images/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/ci.png -------------------------------------------------------------------------------- /main/images/linux_architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/linux_architecture.jpg -------------------------------------------------------------------------------- /main/images/open_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/open_source.png -------------------------------------------------------------------------------- /main/images/sldc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/sldc.png -------------------------------------------------------------------------------- /main/images/vagrant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/vagrant.jpg -------------------------------------------------------------------------------- /main/images/vt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/images/vt.png -------------------------------------------------------------------------------- /main/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/main/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoderChirag/DevOps-Learning/HEAD/readme.md --------------------------------------------------------------------------------