0

Now I want to create an onos cluster with docker and I followed the tutorial on the onos wiki: https://wiki.onosproject.org/display/ONOS/Notes+on+cluster+formation+for+Docker+instances

tutorial on the onos wiki

I have a problem: how can I get the ip of an atomix container?

After I create an atomix container (docker run -t -d --name atomix-2 atomix/atomix:3.1.5), it stops immediately and I can't get its ip (docker inspect atomix-2 | grep -i ipaddress).

my result image

Thank you for your answer.

I have tried docker run -dit --name atomix-2 atomix/atomix:3.1.5, but it doesn't work, still get the same result.

VCCC
  • 1
  • 1
  • You may need to check out logs with `docker logs {container id}`. – Vox Mar 20 '23 at 12:13
  • @Vox Well, this is the output of `docker logs atomix-1`: `Exception in thread "main" io.atomix.utils.config.ConfigurationException: Cannot instantiate abstract type io.atomix.primitive.partition.PartitionGroupConfig`. It's obvious that here is a java exception but I don't find a solution on Google. Do you know how to solve it? – VCCC Mar 21 '23 at 06:50

0 Answers0