1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 21:23:13 +00:00

Initial commit

This commit is contained in:
Darren Shepherd
2015-02-08 21:38:37 -07:00
commit df4a126175
38 changed files with 1351 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
FROM base
CMD ["udhcpc", "-i", "eth0"]