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/
This commit is contained in:
Albert Hopkins 2015-12-11 01:20:13 +00:00
parent 899184e1ec
commit a188e9557c
5 changed files with 2696 additions and 0 deletions

View File

@ -0,0 +1,7 @@
preinstall:
postinstall:
$(inroot) systemctl enable docker.service
clean:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
app-emulation/docker ~amd64
dev-go/blackfriday ~amd64
dev-go/go-md2man ~amd64
dev-go/sanitized-anchor-name ~amd64
sys-kernel/gentoo-sources ~amd64 ~x86

View File

@ -0,0 +1,15 @@
app-editors/nano ncurses
dev-lang/python ssl threads xml
dev-libs/libpcre cxx
dev-util/pkgconfig internal-glib
net-misc/openssh ssl
sys-apps/hwids udev
sys-apps/kmod tools
sys-apps/portage ipc
sys-auth/pambase nullok sha512
sys-devel/gcc cxx nptl
sys-kernel/gentoo-sources symlink
app-emulation/docker aufs btrfs overlay
app-text/asciidoc python_single_target_python2_7 python_targets_python2_7
net-misc/wget ssl

1
appliances/docker/world Normal file
View File

@ -0,0 +1 @@
app-emulation/docker