clion-remote icon indicating copy to clipboard operation
clion-remote copied to clipboard

Caps cap

Open joseluisbf-kpsr opened this issue 1 year ago • 0 comments

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

image

--cap-add SYS_PTRACE is valid both in docker CLI and CLion IDE.

joseluisbf-kpsr avatar Jan 03 '24 12:01 joseluisbf-kpsr