Wes974 / wes-tools

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

Home Page:https://hub.docker.com/r/ouweis/wes-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wes-tools

Dockerfile for building an Arch 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:latest

And now run it like this

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

And you can also make it a function to call it more easily.

function wes-tools() {
  docker run -it --rm -v $PWD:/home ouweis/wes-tools /bin/zsh
}

About

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

https://hub.docker.com/r/ouweis/wes-tools


Languages

Language:Shell 77.3%Language:Vim Script 20.1%Language:Dockerfile 2.7%