Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
b3vis committed Aug 15, 2016
1 parent fccb0a4 commit ca45493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ RUN passwd -u borg
EXPOSE 22
CMD ["/usr/bin/supervisord"]
```
---


### 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;

`docker run -d -v /home/borg/.ssh --name borg-keys-storage busybox:latest`
---

* Container Creation:
```
docker create \
Expand All @@ -42,7 +42,7 @@ docker create \
-p 2022:22 \
b3vis/borg-server
```
---

### Note

After creating the container you will need to start the container add your own public keys
Expand Down

0 comments on commit ca45493

Please sign in to comment.