Preliminary commit of new files

This commit is contained in:
2014-12-18 12:12:17 +00:00
parent d6919960c0
commit 25a6f48597
63 changed files with 1004 additions and 0 deletions

6
images/base/Makefile Normal file
View File

@@ -0,0 +1,6 @@
include /opt/docker/build/Makefile
NAME = base
VERSION = latest
build: base

7
images/btsync/Makefile Normal file
View File

@@ -0,0 +1,7 @@
include /opt/docker/build/Makefile
NAME = btsync
VERSION = latest
RUN = -p 8888:8888 -v /opt/docker/images/btsync/fs:/host
build: base btsync

6
images/chrome/Makefile Normal file
View File

@@ -0,0 +1,6 @@
include /opt/docker/build/Makefile
NAME = chrome
VERSION = latest
build: base pulseaudio chrome

6
images/firefox/Makefile Normal file
View File

@@ -0,0 +1,6 @@
include /opt/docker/build/Makefile
NAME = firefox
VERSION = latest
build: base pulseaudio firefox

7
images/hamachi/Makefile Normal file
View File

@@ -0,0 +1,7 @@
include /opt/docker/build/Makefile
NAME = hamachi
VERSION = latest
RUN = --privileged -v /opt/docker/images/hamachi/fs:/host
build: base hamachi

7
images/redis/Makefile Normal file
View File

@@ -0,0 +1,7 @@
include /opt/docker/build/Makefile
NAME = redis
VERSION = latest
RUN = -p 6379:6379 -v /opt/docker/images/$CONTAINER/fs:/host
build: base redis