Skip to content

Commit

Permalink
Merge pull request #1351 from udzura/fix-some-docs
Browse files Browse the repository at this point in the history
Make git url https based , Small fix and refine documents
  • Loading branch information
YJDoc2 authored Nov 20, 2022
2 parents 783ac21 + 463cdc4 commit 4a16a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "integration_tests/oci-runtime-tests"]
path = tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools
url = git@github.com:opencontainers/runtime-tools.git
url = https://github.com/opencontainers/runtime-tools.git
ignore = dirty

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

0 comments on commit 4a16a2e

Please sign in to comment.