A small debian based container which lets you run C++ and GDB.
10K+
A small debian based container which lets you run C++ and GDB. Built mainly because macOS 10.12.4 has serious problems when it comes to running GDB.
/files/ folder on your host machine.$ docker pull shahzeb/cpp-gdb$ docker run -v /Users/<user>/<your dir>/files:/files -it shahzeb/cpp-gdbNow you should be able to $ cd files and run g++ on your files.
You should see your file contents. Run g++ and gdb.
Content type
Image
Digest
Size
132.7 MB
Last updated
over 9 years ago
docker pull shahzeb/cpp-gdb