Import some files and transform to working containers for:

* mysql
* lighttpd (with php and mysql)
* transmission
* sabnzbd
* sickbeard
* couchpotato
* headphones
* btsync
This commit is contained in:
2015-01-14 15:17:36 +00:00
parent ecb0bb0815
commit a307062d5b
81 changed files with 635 additions and 94 deletions

View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = automysqlbackup
VERSION = latest
build: automysqlbackup

6
images/btsync.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = btsync
VERSION = latest
build: btsync

6
images/chrome.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = chrome
VERSION = latest
build: pulseaudio chrome

6
images/couchpotato.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = couchpotato
VERSION = latest
build: couchpotato

6
images/firefox.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = firefox
VERSION = latest
build: pulseaudio firefox

6
images/hamachi.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = hamachi
VERSION = latest
build: hamachi

6
images/headphones.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = headphones
VERSION = latest
build: headphones

6
images/mpd.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = mpd
VERSION = latest
build: pulseaudio mpd

View File

@@ -3,4 +3,4 @@ include $(DOCKER_HOME)/build/Makefile
NAME = mysql
VERSION = latest
build: base mysql
build: mysql

6
images/redis.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = redis
VERSION = latest
build: redis

6
images/sabnzbd.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = sabnzbd
VERSION = latest
build: sabnzbd

6
images/sickbeard.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = sickbeard
VERSION = latest
build: sickbeard

6
images/test.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = test
VERSION = latest
build: php test

6
images/transmission.mk Normal file
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = transmission
VERSION = latest
build: transmission

View File

@@ -3,4 +3,4 @@ include $(DOCKER_HOME)/build/Makefile
NAME = webserver
VERSION = latest
build: base lighttpd-php
build: phpmyadmin webserver