
BookStack
DokuWiki
TiddlyWiki
MediaWiki
XWiki
Fandom
Editthis
Miraheze
Podman
containerd
Buildah
CRI-O
Crane
runc
LXD
ZeroVM
BookStackSmall to medium-sized teams, open-source enthusiasts, educational institutions, and projects that require a user-friendly documentation system with the flexibility of self-hosting.
Based on our record, Podman seems to be a lot more popular than BookStack. While we know about 135 links to Podman, we've tracked only 4 mentions of BookStack. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Check out https://bookstackapp.com (PHP/Laravel). - Source: Hacker News / 11 months ago
That said, is it possible to customize the theme a bit? Specifically, how can I set the code-block background to dark-grey? Also, how can I make the horizontal line a bit taller than 1px? I saw the Customizing Visuals page on bookstackapp.com (specifically the "Changing Code Block Themes" topic) but was a little lost on exactly how to make the changes. Source: almost 3 years ago
Maybe look at BookStack to see if it fits your needs. Source: over 3 years ago
If youโre looking for a books-styled documentation platform, look into https://bookstackapp.com. Source: over 3 years ago
Most of the readers should know Docker, perhaps Podman or LxC/Incus. Maybe OpenVZ was one of your tool in the past. In fact, those projects are userland interfaces to control Linux namespaces and cgroups. All those features mixed together offer a way to isolate running processes from different point of view (pid, network, users, etc...). - Source: dev.to / 2 months ago
Docker runs a long-lived background daemon (dockerd), traditionally as root. Every CLI call talks to it over a socket. Podman doesn't. Each podman invocation is just a regular process you run as your own user. - Source: dev.to / 2 months ago
Our setup is completely local. We will use exclusively Podman. All the executions are done on Windows 11 using Command Prompt terminals under VScodium. You might need to apply some minor changes for your environment (if any). - Source: dev.to / 3 months ago
A development container (devcontainer) describes the developer environment as an OCI image (often built with a Dockerfile). The usual runtime is Docker, but tools such as Podman are compatible with the same workflow. For simplicity, this chapter assumes Docker is installed on your machine. - Source: dev.to / 3 months ago
Podman installed, RamaLama uses it as the default container engine. - Source: dev.to / 4 months ago
DokuWiki - DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
containerd - An industry-standard container runtime with an emphasis on simplicity, robustness and portability
TiddlyWiki - a non-linear personal web notebook
Buildah - Buildah is a web-based OCI container tool that allows you to manage the wide range of images in your OCI container and helps you to build the image container from the scratch.
MediaWiki - MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia.
CRI-O - Lightweight Container Runtime for Kubernetes