View Single Post
Old 07-11-2023, 03:32 PM   #335
huber70
Addict
huber70 has learned how to buy an e-book online
 
Posts: 274
Karma: 96
Join Date: Nov 2017
Location: Germany
Device: Tolino Vision6
@mariosipad

now working a little bit slower:

1) Understand description you sent of the line "handover Pictures to originals"

2) sent argument stop and remove all containers shown with "docker ps -a" and "docker ps"

Result:

pi@raspberrypi:~ $ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a0d18bdfc9e5 photoprism/photoprism:arm64 "/scripts/entrypoint…" 5 hours ago Exited (143) 4 minutes ago photoprism_photoprism_1
12f547900e34 arm64v8/mariadb:10.11 "docker-entrypoint.s…" 5 hours ago Up 3 minutes 3306/tcp photoprism_mariadb_1
a3a4fa9125e1 photoprism/photoprism:arm64 "/scripts/entrypoint…" 30 hours ago Created pi-photoprism-1
pi@raspberrypi:~ $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
12f547900e34 arm64v8/mariadb:10.11 "docker-entrypoint.s…" 5 hours ago Up 4 minutes 3306/tcp photoprism_mariadb_1

3) Removed all files and directories below /home/pi/photoprism
4) Removed /home/pi/database

5) Started docker ps -a and docker ps

Result as above - container not empty

Will not continue before your comment
huber70 is offline   Reply With Quote