docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name=Krusader_Docker \
--privileged=true \
-v /home/docker/krusader:/config \
-v /:/mnt \
-v /etc/localtime:/etc/localtime:ro \
-e TEMP_FOLDER=/config/krusader/tmp \
-e WEBPAGE_TITLE="CHANGEME" \
-e VNC_PASSWORD="CHANGEME" \
-e UMASK=000 \
-e PUID=1000 \
-e PGID=1000 \
--restart=always \
binhex/arch-krusader
There are two entries that are listed at “CHANGEME” you need to change them to what you would like and remove the quotes at each end.
To access the Krusader GUI you will need to use the following url:
http://SERVERNAMEORIP:6080/vnc.html?resize=remote&host=SERVERIP&port=6080&&autoconnect=1
SERVERNAMEORIP = Replace with your server name or IP Address.
SERVERIP = Replace with your server IP Address Only.