I am new with vernemq. I want to run vernmq image using docker and then start it on my node, in particular i want then to install Openssl in my vernemq image. I am using ubuntu 18.04.
I employ this command: docker run -it erlio/docker-vernemq
These two pictures represent the output:
I am not able to open bash related to my vernemq image as we got when executing: docker run -it ubuntu
Could you help me please?