mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-06-20 21:35:50 +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
|
||||
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
|
||||
|
||||
|
||||
cd /routeros
|
||||
|
||||
QEMU_BRIDGE_ETH1='qemubr1'
|
||||
default_dev1='eth0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue