gb8may / devops_mentoring

DevOps mentoring project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Mentoring Project

Source Code Management (SCM)

GITHUB

  1. Clone repository
# git clone https://github.com/gb8may/devops_mentoring.git
  1. Create a new branch with your name
# git checkout -b seunome
  1. Create a directory with your name on your branch
  2. Update your branch with changes
# git add .
# git commit -m "Status Message"
# git push origin yourbranch
  1. Submit a Pull Request

Help section:

https://lab.github.com/githubtraining/introduction-to-github

https://guides.github.com/activities/hello-world/


Conteinerization

DOCKER

  1. Create a directory inside your main directory (directory with your name)
  2. Create a Dockerfile to deploy a Nginx server

Help section:

https://www.eveo.com.br/blog/nginx/

https://docker-curriculum.com/

https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

https://medium.com/code-to-express/https-medium-com-kumarnitish-hosting-static-site-using-nginx-web-server-in-docker-container-167b31df70bb

About

DevOps mentoring project


Languages

Language:Dockerfile 54.3%Language:HTML 42.5%Language:Shell 3.2%