Skip to content

Dockerfile that sets up a basic gcc Debian environment with a number of libraries configured

License

Notifications You must be signed in to change notification settings

TafThorne/fdev1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fdev1

Dockerfile that sets up a basic gcc Debian environment with a number of libraries configured.

The Docker Image is listed on Docker Hub: https://hub.docker.com/r/tafthorne/fdev1/

To pull the image:

docker pull tafthorne/fdev1

An overview of the included libraries is given below.

Using This Image

The expected way to use this image is to navigate to the working directory where your source code resides and start an interactive session.

docker run -ti --volume="${PWD}:/shared" -w "/shared" tafthorne/fdev1

Then within the running container you can call make or gcc as if it were a native tool. The libraries added to this image will be in the global include path.

GNU GCC

The GNU Compiler Collection is a compiling system that supports several languages. This project focuses more on the C and C++ usage.

For details about the base image for this project please see either the project page or the Docker Hub entry.

CppUTest

CppUTest is a unit testing and mocking framework for C/C++. For further details please see their project page.

spdlog

spdlog is a fast, header only C++ logging library. For further details please see their project page.

Contributing

Please see the notes in CONTRIBUTING.md.

About

Dockerfile that sets up a basic gcc Debian environment with a number of libraries configured

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published