Skip to content

renemoll/builder_clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with Clang

A docker image with a Clang build environment.

How to use the image

The machine features a /work/ folder to mount your local volume on.

To enter the machine, open a shell in you project folder an execute (Powershell):

docker run --rm -it -v ${PWD}:/work/ renemoll/builder_clang:latest /bin/bash

How to build the image

  • Checkout this repository
  • Execute the following command:

docker build -t renemoll/builder_clang .

About

Docker image around Clang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published