mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Switch to using opencontainers/selinux for selinux bindings
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
3482b45e60
commit
abbbf91498
23 changed files with 515 additions and 139 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
mounttypes "github.com/docker/docker/api/types/mount"
|
||||
"github.com/docker/docker/container"
|
||||
"github.com/docker/docker/pkg/stringid"
|
||||
"github.com/opencontainers/runc/libcontainer/label"
|
||||
"github.com/opencontainers/selinux/go-selinux/label"
|
||||
)
|
||||
|
||||
// createContainerPlatformSpecificSettings performs platform specific container create functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue