virtual-appliance/appliances/docker/Makefile
Albert Hopkins a188e9557c appliances: new appliance: docker
This appliance runs the docker[1] service.  Now you have something to run
your Gentoo Virtual Appliances images in ;-)

Note this appliance uses its own kernel config, because docker won't run
with the default configs.

[1] https://www.docker.com/
2015-12-11 01:20:13 +00:00

8 lines
78 B
Makefile

preinstall:
postinstall:
$(inroot) systemctl enable docker.service
clean: