Files
docker-docs/daemon
Justin Cormack ca3ae72e43 Support compatible architectures with default seccomp rules
In the default seccomp rule, allow use of 32 bit syscalls on
64 bit architectures, so you can run x86 Linux images on x86_64
without disabling seccomp or using a custom rule.

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-05 09:28:42 -08:00
..
2015-12-16 11:58:52 -08:00
2016-01-03 23:03:39 +01:00
2015-12-13 18:04:12 +02:00
2016-01-03 23:03:39 +01:00
2015-12-16 11:58:52 -08:00
2015-12-03 17:39:49 +01:00
2015-12-22 13:31:46 -05:00
2015-12-22 13:31:46 -05:00
2016-01-03 23:03:39 +01:00
2015-12-03 17:39:49 +01:00
2015-12-16 11:58:52 -08:00
2016-01-01 20:22:29 +01:00
2015-12-13 18:04:12 +02:00
2015-12-03 17:39:49 +01:00
2015-12-28 19:19:26 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver