1
0
mirror of https://github.com/containers/youki synced 2024-09-28 07:00:13 +02:00

Remove dockerd step

This commit is contained in:
succie 2021-03-28 21:25:36 +09:00
parent e02417d570
commit 497ada38f5

View File

@ -72,10 +72,6 @@ $ docker logs youki
```sh
$ cargo build
```
1. Run dockerd.
```sh
$ dockerd
```
1. Run the following command to add youki to the runtime (on another tab)
```sh
$ sudo RUST_BACKTRACE=full YOUKI_LOG_LEVEL=debug YOUKI_MODE=/var/lib/docker/containers/ dockerd --experimental --add-runtime="youki=$(pwd)/target/x86_64-unknown-linux-gnu/debug/youki"