Hi! I a newbie! looking for help.
i been trying to install Mariadb in order to create a database for photoprism. I have follow the video guide of Ibracorp but i get stucked in mariadb. I get this error:
docker run
-d
--name='mariadb'
--net='bridge'
-e TZ="America/Los_Angeles"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Depa14"
-e HOST_CONTAINERNAME="mariadb"
-e 'MYSQL_ROOT_PASSWORD'='redacted'
-e 'MYSQL_DATABASE'='depa14db'
-e 'MYSQL_USER'='depa14'
-e 'MYSQL_PASSWORD'='redacted'
-e 'REMOTE_SQL'='http://URL1/your.sql,https://URL2/your.sql'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-logo.png'
-p '3306:3306/tcp'
-v '/mnt/user/appdata/mariadb':'/config':'rw' 'lscr.io/linuxserver/mariadb'
Unable to find image 'lscr.io/linuxserver/mariadb:latest' locally
docker: Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
The command failed.
Thank you in advanced.