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
Hey Guys, I'M Using The Aws Aim Clearml On Ec2 But I'M Having Trouble To Restart The Containers. It Was Working Fine Until I Had T Reboot The Instance And Then Tried To Restart The Containers. I Copied And The Docker-Compose File And I Tried Run:

Hey guys,
I'm using the AWS AIM clearml on EC2 but i'm having trouble to restart the containers. It was working fine until I had t reboot the instance and then tried to restart the containers.
I copied and the docker-compose file and I tried run:
docker-compose -f /opt/clearml/docker-compose.yml down docker-compose -f /opt/clearml/docker-compose.yml up -dBut it didn't worked. I tried read the docker logs but I didn't know how to fix it.
I keep getting connection refused both on browser and API.

Has anyone have any suggestions to properly restart?

  
  
Posted one year ago
Votes Newest

Answers


Hi UnsightlyHorse88 ,
Did you try to use sudo ? i.e.:
sudo docker-compose -f /opt/clearml/docker-compose.yml down sudo docker-compose -f /opt/clearml/docker-compose.yml up -d

  
  
Posted one year ago
538 Views
1 Answer
one year ago
one year ago
Tags