sync docker hub image description

This commit is contained in:
OCram85 2022-01-05 09:29:24 +01:00 committed by GitHub
parent 9d66a8fab4
commit 91185f4c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
[![Logo_Square](./assets/img/logo_square.png)](https://OCram85.com)
![logo](https://raw.githubusercontent.com/OCram85/Blog/master/assets/img/logo_square.png)
> A personal blog about PowerShell, Automation and more.
## Tags
- `latest`
- This tag contains currently active source for [OCram85.com](https://OCram85.com) and will be updated by changes on the master branch
- `next`
- The next tag is used for testing any code changes on development branches and pull request. Site preview is available on [next.OCram85.com](https://next.OCram85.com)
## Content
This image contains the hugo based sources for my personal blog. It's made with the [Congo theme](https://github.com/jpanther/congo). The static pages are served by the included caddy server with a custom config. The custom config is needed to redirect 404 errors to a custom page.
You can simply run the container with `docker run -it --rm -p "8080:8080" ocram85/blog:latest`