NVIDIA Container Runtime - #2 Download & Run - Forecr.io

NVIDIA Container Runtime - #2 Download & Run

Jetson AGX Xavier | Jetson Nano | Jetson Xavier NX

21 February 2021
WHAT YOU WILL LEARN?

1- Finding the Docker image from Docker Hub 

2- Giving display permissions to Xserver

3- Testing to see the Deepstream Docker image working 

ENVIRONMENT

Hardware: DSBOARD-NX2

OS:  JetPack 4.3 (L4T-32.3.1)

Language: C++


In this blog post we will run docker container. First of all ask for repo access via email. After that you can download and run repos you want with basic "docker run" command.

Finding the Docker image from Docker Hub 


In this blog post we share example docker hub registry.


Giving display permissions to Xserver


Before running the container you should need to give some permissions to Xserver.



Testing to see the Deepstream Docker image working 


Next to "docker run" command you should pass some arguments like which runtime and network you want to. And if needed share some folder to container with "-v". Because we want to use Xserver we should also specify some environment variable with "-e". Then specify which image you want to download and run from our registry. In example registry it has only one image with one tag, so we will use it.



After once you download you can run image without downloading again and again.


Thank you for reading our blog post.