Content
This blog contains my notes regarding different topics from dev and devops areas.
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