MekayelAnik / ispyagentdvr-docker

Multi Aarch image of iSpy's Agent DVR, standalone free-to-use NVR software for IP Camera management
https://hub.docker.com/r/mekayelanik/ispyagentdvr
GNU General Public License v3.0
25 stars 11 forks source link

Error: Failed to create CoreCLR, HRESULT: 0x80070008 #9

Closed dmurwira closed 8 months ago

dmurwira commented 8 months ago

MacBook Pro macOS Mojave 10.14.1 3.3 Ghz Intel Core i7

Docker Desktop 2.2.0.5 (43884) Docker Engine: 19.03.8

Docker Compose file: docker-compose.yml

version: "3" services: ispyagentdvr: image: mekayelanik/ispyagentdvr:latest

image: mekayelanik/ispyagentdvr:4.8.5.0

container_name: ispyagentdvr
environment:
# - PUID=1000
# - PGID=1000
  - TZ=Europe/London
volumes:
  - ./appdata/AgentDVR/config:/AgentDVR/Media/XML
  - ./appdata/AgentDVR/media:/AgentDVR/Media/WebServerRoot/Media
  - ./appdata/AgentDVR/commands:/AgentDVR/Commands
ports:
  - 8090:8090
  - 3478:3478/udp
  - 50000-50010:50000-50010/udp
restart: unless-stopped

Docker container unable to start and is always attempting to re-start several times but failing

ispydnvr

Docker container status: (Re-starting)

ispy_conatiner_restarting

MekayelAnik commented 8 months ago

The image is completely fine and working very stable in all my machines (x86 & arm). The problem you mentioned is due to OLDER DOCKER ENGINE VERSION. Similar issue can be found HERE I would suggest you to: