August 2018
Intermediate to advanced
352 pages
12h 30m
English
Install Docker on an Ubuntu 16.04.5 system, if you haven't done so already.
Install the Intel Clear Containers 3.0 components with the following commands:
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/clearcontainers:/clear-containers-3/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/clear-containers.list"$ wget -qO - http://download.opensuse.org/repositories/home:/clearcontainers:/clear-containers-3/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -$ sudo -E apt-get update$ sudo -E apt-get -y install cc-runtime cc-proxy cc-shim
Intel Clear containers will not run on every machine – it will only run on those with KVM enabled, which means it will not work if you are using a VM ...
Read now
Unlock full access