Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.remote-cpp-env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Build and run:
# docker build -t clion/remote-cpp-env:0.5 -f Dockerfile.remote-cpp-env .
# docker run -d --cap-add sys_ptrace -p 127.0.0.1:2222:22 --name clion_remote_env clion/remote-cpp-env:0.5
# docker run -d --cap-add SYS_PTRACE -p 127.0.0.1:2222:22 --name clion_remote_env clion/remote-cpp-env:0.5
# ssh-keygen -f "$HOME/.ssh/known_hosts" -R "[localhost]:2222"
#
# stop:
Expand Down