summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/container-host-docker.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/container-host-docker.conf')
-rw-r--r--conf/distro/include/container-host-docker.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/distro/include/container-host-docker.conf b/conf/distro/include/container-host-docker.conf
new file mode 100644
index 00000000..5bf29359
--- /dev/null
+++ b/conf/distro/include/container-host-docker.conf
@@ -0,0 +1,14 @@
1# Container host configuration fragment: Docker
2#
3# Include from local.conf to set up a Docker-based container host.
4# Requires meta-virt-host.conf to be included first:
5#
6# require conf/distro/include/meta-virt-host.conf
7# require conf/distro/include/container-host-docker.conf
8# MACHINE = "qemux86-64"
9# bitbake container-image-host
10#
11# Sets CONTAINER_PROFILE and the DISTRO_FEATURES required by
12# container-image-host with the Docker engine stack.
13
14CONTAINER_PROFILE = "docker"