clion-remote
clion-remote copied to clipboard
Caps cap
Although the provided docker command is valid:
docker run -d --cap-add sys_ptrace -p 127.0.0.1:2222:22 --name clion_remote_env clion/remote-cpp-env:0.5
running the option --cap-add sys_ptrace
in CLion "Run/Debug Configurations" raises the error:
Failed to deploy '<container name> Image id: <image name>': No enum constant com.github.dockerjava.api.model.Capability.sys_ptrace
--cap-add SYS_PTRACE
is valid both in docker CLI and CLion IDE.