braindigitalis / docker-dpp

D++ docker development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-dpp

D++ docker development environment with g++ 12, cmake 3.22.1, gnu make 4.3 on ubuntu 22.04.

The data directory is the home directory of the build user within the container.

To make use of the container in vscode, use remote dev via ssh, on the containers bound ip address, port 220. You should add your ssh key to ./data/.ssh/authorized_keys, as the build user has no password set so will not allow password authentication.

About

D++ docker development environment


Languages

Language:Dockerfile 74.7%Language:Shell 25.3%