Skip to content

Commit 97693fd

Browse files
committed
Update toolkit overview: add components, remove diagram
- A concise list of components helps new users demystify quickly what the toolkit really is (is comprised of) - The diagram does not mention: the toolkit, the runtime library, i.e. it does not really help clarify what the toolkit is and does. Ot mentions the CUDA Toolkit however and that might be confusing. Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 824a58d commit 97693fd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

container-toolkit/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ Container Device Interface <cdi-support.md>
2323
docker-specialized.md
2424
```
2525

26-
The NVIDIA Container Toolkit enables users to build and run GPU-accelerated containers.
27-
The toolkit includes a container runtime [library](https://github.com/NVIDIA/libnvidia-container)
28-
and utilities to automatically configure containers to leverage NVIDIA GPUs.
26+
The NVIDIA Container Toolkit is a collection of libraries and utilities enabling users to build and run GPU-accelerated containers.
2927

30-
```{image} https://cloud.githubusercontent.com/assets/3028125/12213714/5b208976-b632-11e5-8406-38d379ec46aa.png
31-
:width: 400
32-
```
28+
The Toolkit currently includes:
29+
30+
* The NVIDIA Container Runtime (`nvidia-container-runtime`)
31+
* The NVIDIA Container Toolkit CLI (`nvidia-ctk`)
32+
* The NVIDIA CDI Hooks (`nvidia-cdi-hook`)
33+
* The NVIDIA Container Runtime Hook (`nvidia-container-runtime-hook`)
34+
* The NVIDIA Container CLI (`nvidia-container-cli`)
35+
* The NVIDIA Container Library (`libnvidia-container1`)
3336

3437
## License
3538

3639
The NVIDIA Container Toolkit (and all included components) is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) and
37-
contributions are accepted with a DCO. See the [contributing](https://github.com/NVIDIA/nvidia-container-toolkit/blob/master/CONTRIBUTING.md) document for
40+
contributions are accepted with a Developer Certificate of Origin (DCO). See the [contributing](https://github.com/NVIDIA/nvidia-container-toolkit/blob/master/CONTRIBUTING.md) document for
3841
more information.

0 commit comments

Comments
 (0)