Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Small fix and refine documents #1351

Merged
merged 3 commits into from
Nov 20, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/user/basic_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Currently Youki can only be installed from the source code itself, so you will n
To clone the repository, run

```console
git clone git@github.com:containers/youki.git
git clone https://github.com/containers/youki.git
```

This will create a directory named youki in the directory you ran the command in. This youki directory will be referred to as root directory throughout the documentation.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Youki can run in two modes, namely rootful mode, and rootless mode. The primary

#### Using youki with a high-level runtime

We will first see how to use Youki with a high-level runtime such as Docker. You can install Docker from [here](https://www.vagrantup.com/docs/installation).
We will first see how to use Youki with a high-level runtime such as Docker. You can install Docker from [here](https://docs.docker.com/engine/install/).

By default, after installation the docker sets up so that its daemon process will start running in background after booting up. By default, this configures Docker to use its default low-level runtime, and to use Youki instead , we will first need to stop the running Docker daemon.

Expand Down