Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qnimbus/docker-crashplan

Crashplan docker container
https://github.com/qnimbus/docker-crashplan

Last synced: about 1 month ago
JSON representation

Crashplan docker container

Awesome Lists containing this project

README

        

# docker crashplan
This is a Dockerfile to set up "Crashplan" - (http://code42.com/products/crashplan)
Build from docker file
```
git clone https://github.com/QNimbus/docker-crashplan.git
cd docker-crashplan
docker build --rm --no-cache -t qnimbus/docker-crashplan .
```

docker run -d -h ${HOSTNAME} --name=crashplan -v /path/to/your/config:/config -v /path/to/your/data/folder:/data -v /etc/localtime:/etc/localtime:ro -p 4242:4242 -p 4243:4243 qnimbus/docker-crashplan