mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2026-06-24 04:01:33 +00:00
parent
2b4f233d59
commit
3bae6eeb59
10 changed files with 215 additions and 12 deletions
9
lab/docker/routeros-init/Dockerfile
Normal file
9
lab/docker/routeros-init/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM alpine:3.23
|
||||
|
||||
RUN apk add --no-cache openssh-client
|
||||
|
||||
COPY routeros-init.sh /usr/local/bin/routeros-init
|
||||
|
||||
RUN chmod +x /usr/local/bin/routeros-init
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/routeros-init"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue