Ubuntu 18.04

<aside> 💡 How to open your Terminal: right-click on your desktop Open in Terminal

</aside>

2. Install SGX driver

If you have already installed the SGX driver, you can verify by:

  1. Type ls /dev | grep sgx in the terminal
  2. If there's any output, your SGX driver is ready.

If there's no output, you have to download and install it. And verify it again. For FLC ready CPUs and motherboards, the DCAP driver is preferred. Otherwise install the SGX driver.

3. Install Docker-CE

  1. Use commands as below in the terminal:

This is how it looks like after it's successfully deployed👇.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8b7464c8-2083-4c01-ae97-1da98d8f29c4/Untitled.png

<aside> 📖 Reference: Install Docker Engine on Ubuntu

</aside>