I am trying to explore NCache with Docker.
I am using:
docker run --name ncache --restart always -p 8250:8250 -p 8251:8251 alachisoft/ncache:opensource-server-linux-5.0
Running docker ps shows that ncache container always have status "Restarting..." for some reason like something is going on in the background and he can't start. docker logs ncache is empty without single log record.
Am I missing something in my docker run or?
I am trying to explore NCache with Docker.
I am using:
docker run --name ncache --restart always -p 8250:8250 -p 8251:8251 alachisoft/ncache:opensource-server-linux-5.0Running
docker psshows that ncache container always have status "Restarting..." for some reason like something is going on in the background and he can't start.docker logs ncacheis empty without single log record.Am I missing something in my
docker runor?