secure-docker-daemon

module
v3.6.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2021 License: BSD-3-Clause

README

Intel® Security Libraries for Data Center - Secure Docker Daemon

Secure docker daemon is built by applying the patch which includes the secureoverlay2 graphdriver on docker-ce with 19.03.13 version. This is currently supported for 19.03 version. Provides additional ability encrypt and decrypt containers using ISecL Key Management Service. The secure docker daemon is bundled along with ISecl components workload-agent and worload policy manager.

System Requirements
  • RHEL 8.2
  • Epel 8 Repo
Software requirements
  • git
  • go version >= go1.13 & <= go1.14.4
Step By Step Build Instructions Install required shell commands

Install tools from yum

sudo yum install -y git wget makeself

Install go version >= go1.13 & <= go1.14.4

The Secure docker daemon requires Go version 1.13 that has support for go modules. It is recommended that you use 1.14.4 version of go. More recent versions may introduce compatibility issues. You can use the following to install go.

wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz
tar -xzf go1.14.4.linux-amd64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
Build Secure Docker Daemon
  • Git clone the Secure Docker Daemon
cd secure-docker-daemon
make all

Directories

Path Synopsis
test
* Copyright (C) 2019 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2019 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL