Build and test environment for Clear Containers OCI Runtime using Clearlinux
1.0K
Quickstart container for developing and testing the [cc-oci-runtime] (https://github.com/01org/cc-oci-runtime). The source code for the runtime is automatically downloaded and built as part of the creation of this container.
sudo docker run -it -e HTTP_PROXY=$http_proxy -e HTTPS_PROXY=$https_proxy --privileged mcastelino/cc-dev-env
The container needs to run as privileged in order to launch docker clear containers from within the clearlinux docker container. For just building the container runtime --privileged is not required
Within the container
./run_dockerd
docker run -it debian
This will launch a clear container within the docker clearlinux container
git clone https://github.com/mcastelino/cc-dev-env
cd cc-dev-env
sudo docker build --build-arg HTTP_PROXY=$http_proxy --build-arg HTTPS_PROXY=$https_proxy -t mcastelino/cc-dev-env .
Content type
Image
Digest
Size
471.8 MB
Last updated
almost 10 years ago
docker pull mcastelino/cc-dev-env