Dolphin file browser / manager in web browser
1M+
Run the Dolphin X app accessible in a web browser
On unRaid, install from the Community Repositories and enter the app folder location and the port for the webUI.
On other platforms, you can run this docker with the following command:
docker run -d --name="Dolphin" -e USER_ID="99" -e GROUP_ID="100" -e WIDTH="1280" -e HEIGHT="720" -v /path/to/config:/config:rw -v /other/mount/point:/mnt:rw -v /etc/localtime:/etc/localtime:ro -p XXXX:8080 -p YYYY:3389 aptalca/docker-dolphin
You can access the GUI by pointing your web browser to http://SERVERIP:XXXX/#/client/c/Dolphin
(Replace SERVERIP and XXXX with your values)
Content type
Image
Digest
sha256:9cc5f3d41…
Size
390 MB
Last updated
almost 11 years ago
docker pull aptalca/docker-dolphin