Hi SarcasticSnake58 ,
The connection to the server is in the api part in your ~/clearml.conf
file. I think you don’t have such file in your running container, so you are directed to the demoapp server.
If you are running the container from your local machine, you can start the container with the local ~/clearml.conf
, add -v "~/clearml.conf":"/root/clearml.conf"
to the docker command. You can also connect the docker and create a new configuration file with clearml-init
wizard
Thanks a lot Alon! That was indeed something I forgot. Now at least something else happens 🙂 I do however get this error message:Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1b548e6490>: Failed to establish a new connection: [Errno 111] Connection refused')': /auth.login
I think this still has to do with the ports? It seems not be able to authenticate but I just the correct credentials from the server in my conf-file.
I think this still has to do with the ports
Can you check that?
Web application on port 8080 API service on port 8008 File storage service on port 8081