Open bigboxthailand opened 6 years ago
Attach into the docker container:
docker exec -it <your-docker-id> ash
./bin/emqx_ctl status
The launch script start.sh
will automatically check the status of emqx, and the docker container would be stopped if it died.
@terry-xiaoyu Does it restart automatically ?
No, it doesn't. You should use the restart policy of the docker container.
Docker version
18.06.1
System
Raspbian
Hardware
Raspberry pi 3b+
I am newbie , now I can start and stop and pub sub the message but I don't know how to check status like ./bin/emqx_ctl status ?