https://github.com/andreasfertig/cppinsights-container
C++ Insights: Docker Container
https://github.com/andreasfertig/cppinsights-container
Last synced: 6 months ago
JSON representation
C++ Insights: Docker Container
- Host: GitHub
- URL: https://github.com/andreasfertig/cppinsights-container
- Owner: andreasfertig
- License: mit
- Created: 2019-05-16T06:54:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T05:56:07.000Z (8 months ago)
- Last Synced: 2025-05-13T06:34:25.566Z (8 months ago)
- Language: Shell
- Homepage: https://cppinsights.io
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Insights: Docker Container
[](https://opensource.org/licenses/MIT)
[](https://github.com/andreasfertig/cppinsights-container/releases)
[](https://cppinsights.io)
This is the container that is invoked by the web front-end of [cppinsights.io](https://cppinsights.io/).
You may use this to set up a full local version of the C++ Insights web front-end.
The other part you then need is the [C++ Insights: Web Front-End Docker Container](https://github.com/andreasfertig/cppinsights-webfrontend-container), which provides the web part in a container.
These are the steps to build this project:
```
git clone https://github.com/andreasfertig/cppinsights-container.git
cd cppinsights-container
make
```
Which clones the repo, downloads the latest C++ Insights binary, and builds a docker container. Now, you are ready to
switch to [C++ Insights: Web Front-End Docker Container](https://github.com/andreasfertig/cppinsights-webfrontend-container).