Preliminary commit of new files
This commit is contained in:
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