Merge pull request #430 from lengrongfu/main

fix doc link
This commit is contained in:
Evan Lezar 2024-04-02 17:41:19 +02:00 committed by GitHub
commit 7eb031919c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,7 +198,7 @@ invoked from the command line as `runc` would. For example:
```sh ```sh
# Setup a rootfs based on Ubuntu 16.04 # Setup a rootfs based on Ubuntu 16.04
cd $(mktemp -d) && mkdir rootfs cd $(mktemp -d) && mkdir rootfs
curl -sS http://cdimage.ubuntu.com/ubuntu-base/releases/16.04/release/ubuntu-base-16.04-core-amd64.tar.gz | tar --exclude 'dev/*' -C rootfs -xz curl -sS http://cdimage.ubuntu.com/ubuntu-base/releases/16.04/release/ubuntu-base-16.04.6-base-amd64.tar.gz | tar --exclude 'dev/*' -C rootfs -xz
# Create an OCI runtime spec # Create an OCI runtime spec
nvidia-container-runtime spec nvidia-container-runtime spec