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

docs: add description to 'create daemon.json' in Basic Usage

References: https://docs.docker.com/config/daemon/#enable-debugging
This commit is contained in:
tomoro kobori 2022-02-13 17:40:03 +09:00
parent 9e8354394b
commit 738b2e309e

@ -61,7 +61,7 @@ sudo systemctl start docker
With newer versions of docker, you can update file `/etc/docker/daemon.json` to
let docker know youki
([source](https://docs.docker.com/engine/reference/commandline/dockerd/#on-linux)).
A sample content of it:
You may need to create this file, if it does not yet exist. A sample content of it:
```
{
"default-runtime": "runc",