1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 04:37:02 +00:00

Merge branch 'master' of github.com:sidharthamani/os into sidharthamani-master

Conflicts:
	config/default.go
This commit is contained in:
Darren Shepherd
2015-02-19 11:32:09 -07:00
13 changed files with 479 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
FROM base
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
CMD ["/usr/sbin/console.sh"]