Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I'M Trying To Install A Self-Hosted Clearml-Server On An Ubuntu22.04 Computer Using The Pre-Built Docker Image And Following

Hi,
I'm trying to install a self-hosted clearml-server on an ubuntu22.04 computer using the pre-built Docker image and following None . I have completed all the steps relative to Linux in the Deploying section. However, once I have launched docker compose, and all the containers are running, I only bump into the 'Unable to connect' webpage when trying to access None . As a precaution, I tried sudo ufw allow 8080 with no change to the situation. When the docker compose is up, sudo lsof -Pn -i4 | grep :8080 | grep LISTEN gives:
docker-pr 8540 root 4u IPv4 51131 0t0 TCP *:8080 (LISTEN)
And nothing when it is down. So that seems to be normal.
Where should I start my inquiries into the problem?

  
  
Posted 4 months ago
Votes Newest

Answers


Hi @<1652120623545061376:profile|FrightenedSealion82> , do you see any errors in the apiserver or the webserver containers?

  
  
Posted 4 months ago
233 Views
1 Answer
4 months ago
4 months ago
Tags