You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@pc:~# docker run -d -v /root/onedrive:/var/www/html/data -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
Unable to find image 'tinyfilemanager/tinyfilemanager:master' locally
master: Pulling from tinyfilemanager/tinyfilemanager
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
Same issue here, we are running on M1 and M2 Macs and getting error while starting Docker
make[1]: *** [start] Error 18
make: *** [restart] Error 2```
Maybe current Dockerfile is suited for Intel only https://github.com/prasathmani/tinyfilemanager/blob/master/Dockerfile#L10
cu
linked a pull request
Apr 11, 2024
that will
close
this issue
root@pc:~# docker run -d -v /root/onedrive:/var/www/html/data -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
Unable to find image 'tinyfilemanager/tinyfilemanager:master' locally
master: Pulling from tinyfilemanager/tinyfilemanager
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: