Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 3.38 KB

DOCKERHUB.md

File metadata and controls

64 lines (45 loc) · 3.38 KB

Docker container for CrashPlan

Release Docker Image Size Docker Pulls Docker Stars Build Status Source Donate

This is a Docker container for CrashPlan.

The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.

This Docker container can be used with all CrashPlan products: Essential, Professional, Enterprise, MSPs and Small Business (no longer sold).


CrashPlan logoCrashPlan

CrashPlan provides peace of mind through secure, scalable, and straightforward endpoint data backup. We help organizations recover from any worst-case scenario, whether it is a disaster, simple human error, a stolen laptop, ransomware or an as-of-yet undiscovered calamity.


Quick Start

NOTE: The Docker command provided in this quick start is given as an example and parameters should be adjusted to your need.

Launch the CrashPlan docker container with the following command:

docker run -d \
    --name=crashplan-pro \
    -p 5800:5800 \
    -v /docker/appdata/crashplan-pro:/config:rw \
    -v /home/user:/storage:ro \
    jlesage/crashplan-pro

Where:

  • /docker/appdata/crashplan-pro: This is where the application stores its configuration, states, log and any files needing persistency.
  • /home/user: This location contains files from your host that need to be accessible to the application.

Browse to http://your-host-ip:5800 to access the CrashPlan GUI. Files from the host appear under the /storage folder in the container.

Documentation

Full documentation is available at https://github.com/jlesage/docker-crashplan-pro.

Support or Contact

Having troubles with the container or have questions? Please create a new issue.

For other great Dockerized applications, see https://jlesage.github.io/docker-apps.