Skip to content

paweloczadly/paweloczadly.github.io

Repository files navigation

Content

Build Status

This blog contains my notes regarding different topics from dev and devops areas.

Usage

It is possible to run the blog from Docker container.

  • Build it:
docker build -t paweloczadly/blog .
  • Execute it:
docker run --name blog -v $PWD:/blog -dp 4000:4000 paweloczadly/blog jekyll server --host=0.0.0.0 --port=4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published