Docker pull image not working

Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
1.9.2.10884
other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Hi,
I want to download the OS from the docker. The log in sudo docker login nvcr.io was a success.
The sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/home/nvidia/nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-knext-x86:latest doesn’t work.
I got “docker run” requires at least 1 argument.
See ‘docker run --help’.

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG…]

Create and run a new container from an image

I assume that I have to define ${WORKSPACE}.
I tried WORKSPACE=/home/had/
I tried sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v /home/had:/home/nvidiadocker/nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-knext-x86:latest from Set Up DRIVE OS Linux with NVIDIA GPU Cloud (NGC) | NVIDIA Docs

Please review your command carefully and ensure there are no typos. For example, the correct image should be:

nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest

.

sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/home/nvi
dia/nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest
"docker run" requires at least 1 argument.
See 'docker run --help'.

Usage:  docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Create and run a new container from an image

I just copy and paste from the documentation and it didn’t worked.

WORKSPACE=/home/had/

Why is there no space before the image name?

What do you mean?Where?

should be like:
-v ${WORKSPACE}:/home/nvi
dia/ nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest

oh yes this was the solution. I didn’t saw the space. Thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.