We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It is possible to run cc-runtime without a container manager such as docker (+containerd) or kubernetes.
cc-runtime
docker
containerd
kubernetes
$ bundle="/tmp/bundle" $ rootfs="$bundle/rootfs" $ mkdir -p "$rootfs" && (cd "$bundle" && sudo docker-runc spec) $ sudo docker export $(sudo docker create busybox) | tar -C "$rootfs" -xvf -
Create a container called foo:
foo
$ sudo cc-runtime run --bundle "$bundle" foo
You should now be running a busybox shell. In a different terminal, try running:
$ sudo cc-runtime list
Or for even more details:
$ sudo cc-runtime list --cc-all
Usage
Newbie
Installation
Upgrading
Updating assets
Stale-containers
Architecture
Kubernetes (k8s)
Current Limitations
Development
Process