https://github.com/czs108/ubuntu-clang-cpp-dev-docker
🐳 A Clang C++ development environment based on Ubuntu in Docker, including Git, CMake and GoogleTest.
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.2%) to scientific vocabulary
Keywords
Repository
🐳 A Clang C++ development environment based on Ubuntu in Docker, including Git, CMake and GoogleTest.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Ubuntu Docker C++ Development Environment
Introduction
A Clang C++ development environment based on Ubuntu in Docker, also including:
Dockerfile
```dockerfile FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y vim
RUN apt-get install -y gdb
RUN apt-get install -y git
RUN apt-get install -y clang
RUN apt-get install -y cmake
RUN apt-get install -y libgtest-dev && apt-get install -y libgmock-dev ```
Starting an Interactive Container
bash
docker container run -it <image> bash
License
Distributed under the MIT License. See LICENSE for more information.
Owner
- Name: Chenzs108
- Login: czs108
- Kind: user
- Location: Dublin, Ireland
- Company: Susquehanna International Group
- Website: https://www.linkedin.com/in/zhenshuo-chen
- Repositories: 4
- Profile: https://github.com/czs108
Software Development | Artificial Intelligence | Reverse Engineering. For more projects, see @Zhuagenborn.
Citation (CITATION.cff)
cff-version: 1.2.0 authors: - family-names: Chen given-names: Zhenshuo orcid: https://orcid.org/0000-0003-2091-4160 title: Ubuntu Clang C++ Development Environment date-released: 2022-11-05 url: https://github.com/czs108/Ubuntu-Clang-Cpp-Dev-Docker
GitHub Events
Total
Last Year
Dependencies
- ubuntu latest build