Skip to content

shahzeb1/cpp-gdb-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Instructions via Git:

  1. Place your C++ / any needed files inside of a /files/ folder on your host machine.
  2. $ git clone https://github.com/shahzeb1/cpp-gdb-docker-image cpp-gdb
  3. $ cd cpp-gdb
  4. $ docker build -t cpp-gdb .
  5. $ docker run -v /Users/<user>/<your dir>/files:/files -it cpp-gdb

Instructions via Dockerhub:

  1. Place your C++ / any needed files inside of a /files/ folder on your host machine.
  2. $ docker pull shahzeb/cpp-gdb
  3. $ docker run -v /Users/<user>/<your dir>/files:/files -it shahzeb/cpp-gdb

Now you should be able to $ cd files and run g++ on your files.

About

A small Debian based container which lets you run C++ and GDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published