Skip to content

arthurmauvezin/devops-course

Repository files navigation

DevOps course

This repo contains a reveal.js presentation about DevOps. To visualize this presentation, go here: https://arthurmauvezin.github.io/devops-course You can also clone this repo and expose static pages through your favorite web server.

This course is completed by a lab available here: https://github.com/arthurmauvezin/devops-lab

This course was originally created for ECE engineering course. You can use it freely.

Table of content

  • Agility
  • Devops
  • Devops team practices
    • Git
    • Gitflow
  • Continuous integration
  • Continuous delivery
  • Continuous deployment
  • Continuous operations
  • Docker

See this course locally with docker

docker build -t devops-course .
docker run -d --rm -p 80:8080 --name=devops-course devops-course
  • After a few seconds, you can see the slides on http://localhost
  • When you want to stop the instance, run:
docker stop devops-course

Print this course to pdf (only in chrome and chromium)

  • Click on this link
  • Then CTRL+P on the generated page
  • Change the following settings
Setting Value
Destination Save as PDF
Pages All
Pages per sheet 1
Margins Default
Options Background graphics
  • Click on save ~

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published