Skip to content

Repository files navigation

Observability Training

To start the slide show:

docker run -it --rm \
  --mount type=bind,source="$(pwd)",target="/slidev" \
  --publish 3030:3030 \
  docker.io/boxcutter/slidev

# Visit <http:/localhost:3030/>

Edit the slides.md to see the changes.

Learn more about Slidev at the documentation.

Update dependencies

To see what is out of date:

docker run -it --rm \
  --mount type=bind,source="$(pwd)",target="/slidev" \
  --entrypoint npm \
  docker.io/boxcutter/slidev outdated

To upgrade Slidev and the themes to their latest versions:

docker run -it --rm \
  --mount type=bind,source="$(pwd)",target="/slidev" \
  --entrypoint npm \
  docker.io/boxcutter/slidev \
    install @slidev/cli@latest @slidev/theme-default@latest @slidev/theme-seriph@latest

# on the host
git add package.json package-lock.json
git commit -m "Sync npm lockfile"
git push

Attributions

The following projects were used for inspiration and some code was reused for the slideware:

About

Introduction to Prometheus and Observability

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages