Use static ip addresses for meta/data nodes, so a developer can determine
which container to attach according to an ip address when debugging with
docker compose.
Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
Since server's startup requires root privilege to set rlimits, docker compose shall start the containers with privilege config
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
Disable rwtest* and ftest* test cases since they will cause docker
container to hang forever. Looks like an issue when running LTP in
docker containers. So comments out these cases for now.
Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>