Skip to content

🐳 Docker container containing all needed tools to run Clang Format

License

Notifications You must be signed in to change notification settings

WNProject/DockerClangFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Clang Format

License CI

Docker container containing all needed tools to run Clang Format. Each container will contain only one version of the Clang Format but will contain all additional libraries needed.

Usage

There are 2 ways to use this container Interactive and Command mode.

Interactive

This will drop you into an interactive bash session.

docker run -it -v /src:/src clang-format

Command

This will run the supplied command directly.

docker run -v /src:/src clang-format [command]

Building

docker build -t clang-format --build-arg CLANG_FORMAT_VERSION=10 .

Note that CLANG_FORMAT_VERSION defaults to 10 if not supplied.

About

🐳 Docker container containing all needed tools to run Clang Format

Topics

Resources

License

Stars

Watchers

Forks

Packages