Skip to content

Instantly share code, notes, and snippets.

@mcastelino
Created February 1, 2017 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcastelino/d3f9f3fe0dab17573a6cb456d05d1792 to your computer and use it in GitHub Desktop.
Save mcastelino/d3f9f3fe0dab17573a6cb456d05d1792 to your computer and use it in GitHub Desktop.
CC 2.1 with Docker -Dev Setup - Ubuntu 16.04
Install Clear Containers from Binary:
https://github.com/01org/cc-oci-runtime/wiki/Installing-Clear-Containers-on-Ubuntu-16.04
Get the code:
git clone https://github.com/01org/cc-oci-runtime
cd cc-oci-runtime
./autogen.sh --with-cc-kernel=/usr/share/clear-containers/vmlinux.container --with-cc-image=/usr/share/clear-containers/clear-containers.img --with-cc-image-systemdsystemunitdir=/usr/lib/systemd/system
make
sudo make install
sudo systemctl restart cc-proxy.service
sudo systemctl restart docker
docker run --runtime=cor -it debian /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment