Clean up unix vs linux usage

FreeBSD does not support cgroups or namespaces, which the code suggested, and is not supported
in runc anyway right now. So clean up the file naming to use `_linux` where appropriate.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-05-12 17:22:09 +01:00
parent 21ef2e3d12
commit 4c67360296
10 changed files with 2 additions and 18 deletions
@@ -1,4 +1,4 @@
// +build !linux,!freebsd
// +build !linux
package configs