forked from docker/borg-server
Updated README
This commit is contained in:
parent
6b0e0d18ea
commit
1addc62b58
|
|
@ -1,10 +1,11 @@
|
||||||
# Borg Backup Server Container
|
## Borg Backup Server Container
|
||||||
|

|
||||||
|
|
||||||
## Description
|
### Description
|
||||||
|
|
||||||
My take on a Borgbackup Server as a Docker container to facilicate the backing up of remote machines using [Borgbackup](https://github.com/borgbackup)
|
My take on a Borgbackup Server as a Docker container to facilicate the backing up of remote machines using [Borgbackup](https://github.com/borgbackup)
|
||||||
---
|
---
|
||||||
## Dockerfile
|
### Dockerfile
|
||||||
```
|
```
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
MAINTAINER b3vis
|
MAINTAINER b3vis
|
||||||
|
|
@ -25,7 +26,7 @@ CMD ["/usr/bin/supervisord"]
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
## Usage
|
### Usage
|
||||||
|
|
||||||
I personally like to split my ssh keys out of the main container to make updates and management easier. To achieve this I create a persistent storage container;
|
I personally like to split my ssh keys out of the main container to make updates and management easier. To achieve this I create a persistent storage container;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue