Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

Wes974/wes-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

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.

functionwes-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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp