You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iam trying to connect fluent sesion opened in Linux cluster from my windows machine by using connect_fluent methode, iam successfully abel to connect it but when i tried to initiate file transfer service by using the below command
"docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server" mentioned in the pyfluent docs iam getting error like below..
[my@hpc docker]$ docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server
? registry.access.redhat.com/filetransfer-tool-server:latest
Trying to pull registry.access.redhat.com/filetransfer-tool-server:latest...
Error: initializing source docker://registry.access.redhat.com/filetransfer-tool-server:latest: reading manifest latest in registry.access.redhat.com/filetransfer-tool-server: name unknown: Repo not found
[my@hpc docker]$ docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server
? registry.redhat.io/filetransfer-tool-server:latest
Trying to pull registry.redhat.io/filetransfer-tool-server:latest...
Error: initializing source docker://registry.redhat.io/filetransfer-tool-server:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
[my@hpc docker]$ docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server
? docker.io/library/filetransfer-tool-server:latest
Trying to pull docker.io/library/filetransfer-tool-server:latest...
Error: initializing source docker://filetransfer-tool-server:latest: reading manifest latest in docker.io/library/filetransfer-tool-server: requested access to the resource is denied
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
iam trying to connect fluent sesion opened in Linux cluster from my windows machine by using connect_fluent methode, iam successfully abel to connect it but when i tried to initiate file transfer service by using the below command
"docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server" mentioned in the pyfluent docs iam getting error like below..
[my@hpc docker]$ docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server
? registry.access.redhat.com/filetransfer-tool-server:latest
Trying to pull registry.access.redhat.com/filetransfer-tool-server:latest...
Error: initializing source docker://registry.access.redhat.com/filetransfer-tool-server:latest: reading manifest latest in registry.access.redhat.com/filetransfer-tool-server: name unknown: Repo not found
[my@hpc docker]$ docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server
? registry.redhat.io/filetransfer-tool-server:latest
Trying to pull registry.redhat.io/filetransfer-tool-server:latest...
Error: initializing source docker://registry.redhat.io/filetransfer-tool-server:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
[my@hpc docker]$ docker run -p 50000:50000 -v pwd:/home/container/workdir -u id -u:id -g filetransfer-tool-server
? docker.io/library/filetransfer-tool-server:latest
Trying to pull docker.io/library/filetransfer-tool-server:latest...
Error: initializing source docker://filetransfer-tool-server:latest: reading manifest latest in docker.io/library/filetransfer-tool-server: requested access to the resource is denied
Beta Was this translation helpful? Give feedback.
All reactions