Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 387 Bytes

File metadata and controls

6 lines (5 loc) · 387 Bytes

c-helloworld-docker

A simplest possible, remotely debugged c program for a docker container.

Notes:

  • Official archlinux docker image does not come with gdb or lldb installed, this is why this demo uses a customized image.
  • Visual studio code launch and tasks configurations for remote debugging are intentionally included in this repository.