Sign inSign up

linickx/spideroak-ubi10

By linickx

Updated 4 days ago

A Docker Container for SpiderOakONE (EL10 Version)

Image
0

381

linickx/spideroak-ubi10 repository overview


Getting Started

This container can get up and running with 1x command...

docker run -ti -e USERNAME="nick" -e PASSWORD="password" -v /home/nick/important_files:/home/important_files linickx/spideroak-ubi10

Although, you don't have to do it like that, this will also work:

docker run -ti linickx/spideroak-ubi10

However, you will need to connect to a shell to enter your credentials, and of course no external files can be backed up.

Docs

The docs directory on github has an example docker-compose, both a simple and more advanced version.

Credential Security

Environment variables can be exposed on docker hosts with the inspect command, SpiderOak doesn't need the password each time, after initial setup everything is stored in the /spideroak/.config directory.

If you really don't like ENV VARS then you have a couple of further choices, either get a shell and run the setup command manually, or create & mount /spideroak/config.json manually, run the setup as the SpiderOak user, like this:

su - spideroak -c "SpiderOakONE --setup=config.json"

Tag summary

Content type

Image

Digest

sha256:7d8bed348

Size

111.2 MB

Last updated

4 days ago

docker pull linickx/spideroak-ubi10