chore(docs): restore dev docs

This commit is contained in:
Arne Keller
2025-06-17 12:38:04 +02:00
committed by FliegendeWurst
parent dab43d9372
commit 1de02b85b3
64 changed files with 1546 additions and 1601 deletions

View File

@@ -0,0 +1,18 @@
# Docker
To run a Docker build:
```
./bin/builder-docker.sh
```
To run the built Docker image:
```
sudo docker run -p 8081:8080 triliumnext/notes:v0.90.6-beta
```
To enter a shell in the Docker container:
```
sudo docker run -it --entrypoint=/bin/sh zadam/trilium:0.63-latest
```