mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
init
This commit is contained in:
7
autossh/Dockerfile
Normal file
7
autossh/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM jnovack/autossh:2.1.0
|
||||
|
||||
# Устанавливаем sshpass для работы с паролями
|
||||
RUN apk add --no-cache sshpass
|
||||
|
||||
# Переопределяем входную точку, чтобы использовать sshpass
|
||||
ENTRYPOINT ["/usr/bin/sshpass", "-e", "autossh"]
|
||||
Reference in New Issue
Block a user