Skip to content

Installation of Docker Engine

To install the docker engine, please follow the official description.

Please ensure that you can execute the docker CLI without needing to use sudo. We have recently seen issues that docker container fail to start SGX enclaves even when running as privileged containers.

Do avoid the need to run privileged containers, we recommend to use Kubernetes and run with our SGX Kubernetes plugin

Use our Script (deprecated)

To simplify the installation of Docker, on Ubuntu you can install the docker engine by executing the following in a terminal. Note that this script will also add your user to the group docker in case you cannot execute docker without sudo.

curl -fssl https://raw.githubusercontent.com/SconeDocs/SH/master/install_docker.sh | bash