diff --git a/.gitmodules b/.gitmodules index 73e2c82b5..9856628ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/docs/src/user/basic_setup.md b/docs/src/user/basic_setup.md index e35b02945..132822b16 100644 --- a/docs/src/user/basic_setup.md +++ b/docs/src/user/basic_setup.md @@ -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. diff --git a/docs/src/user/basic_usage.md b/docs/src/user/basic_usage.md index 2cbbdf866..6fbc14ce6 100644 --- a/docs/src/user/basic_usage.md +++ b/docs/src/user/basic_usage.md @@ -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.