View Single Post
Old 07-04-2023, 03:35 PM   #274
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

result:

pi@raspberrypi:~ $ sudo docker run -d \
> --name=pigallery2 \
> -p 8282:80 \
> -e NODE_ENV=production \
> -v /home/pi/Docker/pigallery2/config:/app/data/config \
> -v /home/pi/Docker/pigallery2/db:/app/data/db \
> -v /home/pi/Docker/pigallery2/images:/app/data/images \
> -v /home/pi/Docker/pigallery2/tmp:/app/data/tmp \
> --restart=unless-stopped \
> bpatrik/pigallery2:latest
docker: Error response from daemon: Conflict. The container name "/pigallery2" is already in use by container "95ebf40f1345b8c511b818313fcba9c073426c1e4073809c1 60df78d4f058a49". You have to remove (or rename) that container to be able to reuse that name.
huber70 is offline   Reply With Quote