chore(docs): sync developer guide

This commit is contained in:
Elian Doran
2025-04-12 01:36:45 +03:00
parent d3e18a68a8
commit cd35884446
37 changed files with 2693 additions and 2697 deletions

View File

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