
The installer might look a bit weird (all white) at the very beginning. When you only see a black screen once you are connected press alt-tab to activate the installer window. When starting the container for the first time, it will automatically initialize a new Wine prefix and download & run the backblaze installer.

To go through the setup process you must connect to the integrated vnc server via a client like RealVNC Client. The noVNC only serves a HTTP connection by default, please make sure to configure your firewall to only allow local connections in that case.įirewall-cmd -permanent -add-rich-rule "rule family="ipv4" source address="192.168.178.0/24" port port="25900" protocol="tcp" accept" # This part is important, don't forget it! You may use any port here (e.g.: if you have a reverse proxy) 80:8081 # Exposes the client to http port 80. REMOTE_HOST=backblaze-personal-wine # This must be the container_name of the backblaze-personal-wine container my/important/photos:/data/photos # All directories that should be backed up should be mounted under the "/data/" directory opt/docker/backblaze-personal-wine:/wine/ # The location to store the backblaze Wine prefix in
