mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-06-24 06:58:45 +02:00
WIP
This commit is contained in:
parent
6face9e8b5
commit
d2ee32092b
2 changed files with 3 additions and 1 deletions
|
@ -32,4 +32,4 @@ RUN wget "$ROUTEROS_PATH" -O "/routeros_source/${ROUTEROS_IMAGE}.zip" && \
|
||||||
# Copy script to routeros folder
|
# Copy script to routeros folder
|
||||||
ADD ["./scripts", "/routeros_source"]
|
ADD ["./scripts", "/routeros_source"]
|
||||||
|
|
||||||
ENTRYPOINT ["/routeros/entrypoint.sh"]
|
ENTRYPOINT ["/routeros_source/entrypoint.sh"]
|
||||||
|
|
|
@ -6,6 +6,8 @@ if [[ ! -e "/routeros/generate-dhcpd-conf.py" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
cd /routeros
|
||||||
|
|
||||||
QEMU_BRIDGE_ETH1='qemubr1'
|
QEMU_BRIDGE_ETH1='qemubr1'
|
||||||
default_dev1='eth0'
|
default_dev1='eth0'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue