mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2026-06-24 04:01:33 +00:00
feat: add Docker setup for RouterOS and Mailpit services
This commit is contained in:
parent
d3eb3b59be
commit
014429f721
4 changed files with 154 additions and 0 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