Updated Frequently Asked Questions (markdown) authored by Felix Abecassis's avatar Felix Abecassis
......@@ -11,7 +11,7 @@ Refer to the documentation of [nvidia-container-runtime](https://github.com/nvid
* The package provided by Red Hat: `docker`.
#### How do I install 2.0 if I'm not using the latest Docker version?
You must pin the versions of the `nvidia-docker2` and `nvidia-container-runtime` packages when installing, for instance:
You must pin the versions of both `nvidia-docker2` and `nvidia-container-runtime` when installing, for instance:
```
sudo apt-get install -y nvidia-docker2=2.0.1+docker1.12.6-1 nvidia-container-runtime=1.1.0+docker1.12.6-1
```
......
......