Hi @Nagesh_Nagpal ,
Sorry you’re having a challenge getting the docker container up and running. Can you provide a few things to help us think about what might have gone wrong.
First, can you do a docker ps
and share the output? This should show us that ports have been mapped as expect and are available to your host system.
701e769524e0 solace/solace-pubsub-standard "/usr/sbin/boot.sh" 5 weeks ago Up 11 days 0.0.0.0:1883->1883/tcp, 0.0.0.0:2222->2222/tcp, 0.0.0.0:5672->5672/tcp, 0.0.0.0:8000->8000/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:9000->9000/tcp, 0.0.0.0:55555->55555/tcp, 0.0.0.0:80->8008/tcp solace
Second, can you login to the solace cli and ensure that the service is up and running.
This is how you can get into the cli
docker exec -it solace /usr/sw/loads/currentload/bin/cli -A
Then run show service
and please share the output.
thanks,
Marc