adding volume for /etc to preserve host keys
This commit is contained in:
parent
4deeb0159d
commit
5307af5a61
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ RUN mkdir -p /bkup/.ssh \
|
|||
&& chown -Rh bkup:bkup /bkup
|
||||
|
||||
VOLUME /bkup
|
||||
VOLUME /etc
|
||||
|
||||
EXPOSE 22
|
||||
|
||||
|
|
Loading…
Reference in a new issue