1
0
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:
Darren Shepherd
2015-03-06 21:20:46 -07:00
parent cdd9ede94a
commit b62fd539bd
4 changed files with 42 additions and 24 deletions

View File

@@ -1,3 +1,2 @@
FROM base
COPY scripts/dockerimages/scripts/network.sh /
CMD ["/network.sh"]
CMD ["netconf"]

View File

@@ -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