Skip to content

Commit b760563

Browse files
committed
doc
1 parent e1a14cc commit b760563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/SetupDocker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Up](img/goup.gif)](./getting_started_overview.md)
44

5-
A container image is available for **raspiCamSrv** at [https://hub.docker.com/repository/docker/signag/raspi-cam-srv/general](https://hub.docker.com/repository/docker/signag/raspi-cam-srv/general)
5+
A container image is available for **raspiCamSrv** at [https://hub.docker.com/repository/docker/signag/raspi-cam-srv](https://hub.docker.com/repository/docker/signag/raspi-cam-srv)
66

7-
**ATTENTION**: Running raspiCamSrv in Docker is still somehow 'experimental'. Successful tests have been done only on Pi 4 and Pi 5. However, not all functions have so far been systematically tested. On Pi Zero W and Pi Zero 2 W, deployment of the image was not successful, probably because of its size (~475 MB).
7+
**ATTENTION**: Running raspiCamSrv in Docker is still somehow 'experimental'. Successful tests have been done only on Pi 4 and Pi 5. However, not all functions have so far been systematically tested. On Pi Zero W and Pi Zero 2 W, deployment of the image was not successful, probably because of its size (~840 MB).
88

99
**1. Preconditions**
1010

@@ -52,7 +52,7 @@ services:
5252
privileged: true
5353
```
5454
55-
The *volumes* attribute includes prepared mappings of resource folders for database, [configuration](./SettingsConfiguration.md), [events](./TriggerActive.md), [photos](./PhotoViewer.md), [photoseries](./PhotoSeries.md#photo-series-in-the-file-system) and [tuning](./Tuning.md), which can/should be mapped to container-external folders in order to allow easy access and preserve the data also in case the container is removed or reset after a new image version has been pulled.<br>**NOTE**: For a quick test, the container can also be run without these mappings.
55+
The *volumes* attribute includes prepared mappings of resource folders for database, [camera calibration](./CamCalibration.md), [configuration](./SettingsConfiguration.md), [events](./TriggerActive.md), [photos](./PhotoViewer.md), [photoseries](./PhotoSeries.md#photo-series-in-the-file-system) and [tuning](./Tuning.md), which can/should be mapped to container-external folders in order to allow easy access and preserve the data also in case the container is removed or reset after a new image version has been pulled.<br>**NOTE**: For a quick test, the container can also be run without these mappings.
5656
5757
Consider that the database holds [user data](./Authentication.md) as well as [event data](./TriggerActive.md) which will be lost if the database exists only within the container and if the container is removed.
5858

docs/getting_started_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. [Check requirements](requirements.md)
66
2. [Setup the system](./system_setup.md) for raspiCamSrv
7-
3. [Install raspiCamSrv](./installation.md)
7+
3. [Install raspiCamSrv](./installation.md)<br>or [run raspiCamSrv as Docker Container](./SetupDocker.md)
88

99
## Manual Step-by-Step Installation
1010

0 commit comments

Comments
 (0)