Versions

Standard

docker build -t styio https://github.com/eBioRing/styio-dev-env.git#main:docker/std

After successfully executing this line of command, an image of styio should be visible in the docker image list, check with:

docker image ls -a

For more details:

Pre-Installed Packages

Customized Environment Variables

  • clang : Alias of /usr/bin/clang-16

  • clang++ : Alias of /usr/bin/clang++-16

  • CC : Let CMake use Clang instead of GCC.

  • CXX : Let CMake use Clang++ instead of G++.

Workspaces

  1. /root/styio : styio compiler .

  2. /root/styio-ext-vsc : styio extension for vscode.

Visual Studio Code mounts the git repository with the .devcontainer as default workspaces automatically. For more details:

Last updated