Create build directory and run cmake with path to CMakeLists.txt
mkdir build
cd build
cmake /path/to/syscall_basic_task/src
makeRun server (poll_server or select_server) and client
./pool_server
./clientFor docker container run.sh script starts pool_server with client
docker build -t docker-syscalls-sample /path/to/syscall_basic_task
docker run docker-syscalls-samplecmake, gcc