Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

validation

雾雨 edited this page Jun 28, 2021 · 2 revisions

Running and validation

start eru-containerd `eru-containerd -c /etc/eru/containerd.toml`
start eru-dockerd `dockerd --config-file /etc/eru/daemon.json`

create a container through systemd-runtime

# runtime must be specified
docker -H unix:///var/run/eru/docker.sock container create --runtime io.containerd.eru.v2 nginx:latest

start the container, and you will find there is a systemd unit running under the name of eru-systemd-${container-name}

Clone this wiki locally