You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 virtual machines (2 servers and 1 client). After downloading docker images, I run the following line $ docker exec -it dc-client /bin/bash /entrypoint.sh --m="S&W" --S=2 --D=4096 --w=2 --T=1. The result I get is DNS Error.
IPs:
Server 1: 192.168.100.31
Server 2: 192.168.100.32
Client: 192.168.100.33
The text was updated successfully, but these errors were encountered:
There appears to be an issue with the latest Docker image for the data cache. When using the following command: docker run -it --privileged=true --name dc-client --net host -v /root/docker_servers/:/usr/src/memcached/memcached_client/docker_servers/ cloudsuite/data-caching:client bash
I discovered that the entrypoint.sh script differs from the documentation.
I have 3 virtual machines (2 servers and 1 client). After downloading docker images, I run the following line
$ docker exec -it dc-client /bin/bash /entrypoint.sh --m="S&W" --S=2 --D=4096 --w=2 --T=1
. The result I get is DNS Error.IPs:
The text was updated successfully, but these errors were encountered: