Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.25 KB

File metadata and controls

46 lines (32 loc) · 1.25 KB

cpp-devcontainer

An efficient solution for c++ development under Windows and MacOS.

Recommanded IDE: IntelliJ, VSCode.

Requirements

Software Min. Version
Docker Desktop 4.38.0
IntelliJ 2024.3.1.1
VS Code 1.97.2

Features

  • C++ development stack for CMake projects.
  • Docker-in-Docker.

Docker

Windows

Arguments

-

Build

docker build -t cpp-devcontainer:latest -f .\docker\devcontainer\Dockerfile .\docker\devcontainer

Linux/OSX

Arguments

-

Build

docker build -t cpp-devcontainer:latest -f ./docker/devcontainer/Dockerfile ./docker/devcontainer

Todo

  • Test on Windows with IntelliJ.
  • Test on Windows with VSCode.
  • Test on MacOS with IntelliJ.
  • Test on MacOS with VSCode.