Preliminary commit of new files
This commit is contained in:
6
images/base/Makefile
Normal file
6
images/base/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
include /opt/docker/build/Makefile
|
||||
|
||||
NAME = base
|
||||
VERSION = latest
|
||||
|
||||
build: base
|
||||
7
images/btsync/Makefile
Normal file
7
images/btsync/Makefile
Normal 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
6
images/chrome/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
include /opt/docker/build/Makefile
|
||||
|
||||
NAME = chrome
|
||||
VERSION = latest
|
||||
|
||||
build: base pulseaudio chrome
|
||||
6
images/firefox/Makefile
Normal file
6
images/firefox/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
include /opt/docker/build/Makefile
|
||||
|
||||
NAME = firefox
|
||||
VERSION = latest
|
||||
|
||||
build: base pulseaudio firefox
|
||||
7
images/hamachi/Makefile
Normal file
7
images/hamachi/Makefile
Normal 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
7
images/redis/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user