Skip to content

Commit

Permalink
Calibre-Web: Change command blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Dec 30, 2024
1 parent 2ceec58 commit 87855c7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/sandbox/apps/calibre-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,21 @@ sb install sandbox-calibre-web

Useful docker commands

- Shell access whilst the container is running:
`docker exec -it calibre-web /bin/bash`
``` shell title="Shell access whilst the container is running:"
docker exec -it calibre-web /bin/bash
```

- To monitor the logs of the container in realtime:
`docker logs -f calibre-web`
``` shall title="To monitor the logs of the container in realtime:"
docker logs -f calibre-web
```

- Container version number:
`docker inspect -f '{{ index .Config.Labels "build_version" }}' calibre-web`
``` shell title="Container version number:"
docker inspect -f '{{ index .Config.Labels "build_version" }}' calibre-web
```

- Image version number:
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/calibre-web`
``` shell title="Image version number:"
docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/calibre-web
```

### 4. SK's Calibre-Web Usage Tips

Expand Down

0 comments on commit 87855c7

Please sign in to comment.