1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 18:20:32 +00:00
Files
os/scripts/dockerimages/03-network

4 lines
77 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM base
2015-03-02 22:44:41 +05:00
COPY scripts/dockerimages/scripts/network.sh /
CMD ["/network.sh"]