forked from docker/borg-server
formatting completed
This commit is contained in:
parent
ca45493db7
commit
6c0effb77c
|
|
@ -4,7 +4,7 @@
|
||||||
### 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
|
||||||
|
|
@ -44,6 +44,4 @@ docker create \
|
||||||
```
|
```
|
||||||
|
|
||||||
### Note
|
### Note
|
||||||
|
|
||||||
After creating the container you will need to start the container add your own public keys
|
After creating the container you will need to start the container add your own public keys
|
||||||
---
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue