Pull specific cloud service image

Hello,

Is it possible to download the image of a specific cloud component as a tcpmux server?
I can’t find them in the NGC catalogue.
Does my account require authorisation?
Is this command supposed to work ?
docker pull nvcr.io/nvidia/jps/tcpmux-server ?

Is there documentation for each cloud component that details how they work and should be deployed ?
I only found the documentation to deploy the component using terraform.

Regards.

Where do you see the tcpmux docker container? Are you meet any issue by follow the guide for cloud installation: Installation and Setup — Metropolis on Jetson documentation 0.1.0 documentation?

Here Jetson Platform Services Reference Workflow & Resources | NVIDIA NGC
The doc describes all the resources needed for the reference cloud.

I have my own backend stack and I was wondering if it’s possible to download specific container as device-proxy or tcpmux-server and install them without using the terraform scripts.

you can pull the latest released version. There is no tag for “latest” that is why you need to specify a version
docker pull nvcr.io/nvidia/jps/tcpmux-server:v1.2.1

1 Like

Thank you for your reply. For the future, where can I find the current version ?
I don’t see this information anywhere.