mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
alpine: added virtio-net support
This commit is contained in:
parent
ee8129b3cb
commit
1f3a3cec69
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN echo "root:" | chpasswd
|
|||
RUN setup-hostname localhost
|
||||
|
||||
# Adding networking.sh script
|
||||
RUN echo -e "rmmod ne2k-pci && modprobe ne2k-pci\nhwclock -s\nsetup-interfaces -a -r" > /root/networking.sh && chmod +x /root/networking.sh
|
||||
RUN echo -e "rmmod ne2k-pci && modprobe ne2k-pci\nrmmod virtio-net && modprobe virtio-net\nhwclock -s\nsetup-interfaces -a -r" > /root/networking.sh && chmod +x /root/networking.sh
|
||||
|
||||
RUN echo 'console.log("Hello, world!");' > /root/hello.js
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue