Skip to content

Instantly share code, notes, and snippets.

@dongwooklee96
Created May 20, 2021 03:13
Show Gist options
  • Save dongwooklee96/ee1f8cafa30c71cc5b888672aaec5f88 to your computer and use it in GitHub Desktop.
Save dongwooklee96/ee1f8cafa30c71cc5b888672aaec5f88 to your computer and use it in GitHub Desktop.
version: '3'
services:
gdbserver:
build:
context: ./
dockerfile: ./Dockerfile
image: clion_dev
security_opt:
- seccomp:unconfined
container_name: debug
ports:
- "7776:22"
- "7777:7777"
volumes:
- .:/home/debugger/code
working_dir: /home/debugger/code
hostname: debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment