Skip to content

Dockerfile for building a Linux container for testing and debugging C programs.

Notifications You must be signed in to change notification settings

Wes974/wes-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

wes-tools

Dockerfile for building a Linux container for testing and debugging C programs.

Useful to access tools not available or partially working on macOS (GDB, Valgrind, ...).

Usage

Pull the dockerfile

docker pull ouweis/wes-tools

And now run it like this

docker run -it --rm -v $PWD:/home ouweis/wes-tools /bin/zsh

You can also make an alias of it

alias wes-tools="docker run -it --rm -v '$PWD:/home' ouweis/wes-tools /bin/zsh"

TODO

  • Add custom config for shell
  • Add other tools ?

Releases

No releases published

Packages

No packages published