ghcr.io/rse-ops/openmpi-vscode
Basic Usage
Download docker pull ghcr.io/rse-ops/openmpi-vscode:clang-14
Pull (download)
To download a specific version of ghcr.io/rse-ops/openmpi-vscode run:
docker pull ghcr.io/rse-ops/openmpi-vscode:clang-14
Run
To run the container as an application run
docker run --rm ghcr.io/rse-ops/openmpi-vscode:clang-14
Usage in FROM
You can use this container base as the FROM in your Dockerfile
FROM ghcr.io/rse-ops/openmpi-vscode:clang-14
RUN ...
Usage as Devcontainer
For those that end in "-vscode" they are intended for use in devcontainers. Create a .devcontainer directory in your repository with a .devcontainer.json and Dockerfile. The Dockerfile should use the image as above as a base, and the .devcontainer.json can minimally look like this:
{
"name": "Development environment with devbox (nix)",
"context": "../",
"dockerFile": "Dockerfile",
}
Once you are in the container, type "nix-shell" to enter the environment.
Versions
The following versions of ghcr.io/rse-ops/openmpi-vscode are available.
Version | URI | Dockerfile | Manifest |
---|---|---|---|
clang-14 | ghcr.io/rse-ops/openmpi-vscode:clang-14 | Dockerfile | Manifest |