mirror of
https://github.com/rancher/os.git
synced 2025-09-16 06:59:12 +00:00
Networking implementation and fixes
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
FROM base
|
||||
COPY scripts/dockerimages/scripts/network.sh /
|
||||
CMD ["/network.sh"]
|
||||
CMD ["netconf"]
|
||||
|
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/sbin/ip addr add 127.0.0.1/8 dev lo
|
||||
/sbin/ip link set up dev lo
|
||||
udhcpc -i eth0
|
Reference in New Issue
Block a user