andreasfertig / cppinsights-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Insights - Docker

Contents

Installing

Run C++ Insights in a docker container locally.

Build the docker container:

make

This will download the latest C++ Insights binary and create a docker container named cppinsights-trusty.

Usage

cat <YOUR_CPP_FILE> | docker run --rm -i cppinsights-trusty /usr/bin/insights -stdin x.cpp -- -std=c++17

or

./run.sh <ABSOLUTE_PATH_TO_YOUR_CPP_FILE>

About

License:MIT License


Languages

Language:Dockerfile 53.5%Language:Makefile 27.3%Language:Shell 19.2%