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.
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