Add --seccomp flag to ctr

This enables testing of containers with the default seccomp profile

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2019-08-29 11:07:17 -04:00
parent 86f8be86e1
commit 779701b29c
4 changed files with 34 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
// +build linux
/*
Copyright The containerd Authors.