clion-remote
clion-remote copied to clipboard
Although the provided docker command is valid: ```bash 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...
Corrected comment and removed extra spaces
Why do you wan't to allow RootLogin, also why do we enforce a password when it is a weak as 'password'. ```bash RUN ( \ echo 'LogLevel DEBUG2'; \ echo...
'PasswordAuthentication' is spelt wrong and causes the container to immediately quit.