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:
6
images/automysqlbackup.mk
Normal file
6
images/automysqlbackup.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = automysqlbackup
|
||||
VERSION = latest
|
||||
|
||||
build: automysqlbackup
|
||||
6
images/btsync.mk
Normal file
6
images/btsync.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = btsync
|
||||
VERSION = latest
|
||||
|
||||
build: btsync
|
||||
6
images/chrome.mk
Normal file
6
images/chrome.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = chrome
|
||||
VERSION = latest
|
||||
|
||||
build: pulseaudio chrome
|
||||
6
images/couchpotato.mk
Normal file
6
images/couchpotato.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = couchpotato
|
||||
VERSION = latest
|
||||
|
||||
build: couchpotato
|
||||
6
images/firefox.mk
Normal file
6
images/firefox.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = firefox
|
||||
VERSION = latest
|
||||
|
||||
build: pulseaudio firefox
|
||||
6
images/hamachi.mk
Normal file
6
images/hamachi.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = hamachi
|
||||
VERSION = latest
|
||||
|
||||
build: hamachi
|
||||
6
images/headphones.mk
Normal file
6
images/headphones.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = headphones
|
||||
VERSION = latest
|
||||
|
||||
build: headphones
|
||||
6
images/mpd.mk
Normal file
6
images/mpd.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = mpd
|
||||
VERSION = latest
|
||||
|
||||
build: pulseaudio mpd
|
||||
@@ -3,4 +3,4 @@ include $(DOCKER_HOME)/build/Makefile
|
||||
NAME = mysql
|
||||
VERSION = latest
|
||||
|
||||
build: base mysql
|
||||
build: mysql
|
||||
6
images/redis.mk
Normal file
6
images/redis.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = redis
|
||||
VERSION = latest
|
||||
|
||||
build: redis
|
||||
6
images/sabnzbd.mk
Normal file
6
images/sabnzbd.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = sabnzbd
|
||||
VERSION = latest
|
||||
|
||||
build: sabnzbd
|
||||
6
images/sickbeard.mk
Normal file
6
images/sickbeard.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = sickbeard
|
||||
VERSION = latest
|
||||
|
||||
build: sickbeard
|
||||
6
images/test.mk
Normal file
6
images/test.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = test
|
||||
VERSION = latest
|
||||
|
||||
build: php test
|
||||
6
images/transmission.mk
Normal file
6
images/transmission.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(DOCKER_HOME)/build/Makefile
|
||||
|
||||
NAME = transmission
|
||||
VERSION = latest
|
||||
|
||||
build: transmission
|
||||
@@ -3,4 +3,4 @@ include $(DOCKER_HOME)/build/Makefile
|
||||
NAME = webserver
|
||||
VERSION = latest
|
||||
|
||||
build: base lighttpd-php
|
||||
build: phpmyadmin webserver
|
||||
Reference in New Issue
Block a user